diff --git a/inventory/group_vars/osbs-stg b/inventory/group_vars/osbs-stg index fd15cdda48..a166fe982c 100644 --- a/inventory/group_vars/osbs-stg +++ b/inventory/group_vars/osbs-stg @@ -20,7 +20,7 @@ koji_builder_user: dockerbuilder osbs_client_conf_path: /etc/osbs.conf openshift_htpasswd_file: /etc/origin/htpasswd -openshift_ansible_version: openshift-ansible-3.5.97-1 +openshift_ansible_git_rev: openshift-ansible-3.5.97-1 openshift_ansible_ssh_user: root openshift_ansible_install_examples: false openshift_ansible_containerized_deploy: false diff --git a/playbooks/groups/osbs-orchestrator-cluster.yml b/playbooks/groups/osbs-orchestrator-cluster.yml index 973f9ab2ec..bbff4c2d3b 100644 --- a/playbooks/groups/osbs-orchestrator-cluster.yml +++ b/playbooks/groups/osbs-orchestrator-cluster.yml @@ -211,7 +211,7 @@ openshift_release: "{{ origin_release }}" openshift_ansible_path: "/root/openshift-ansible" openshift_ansible_playbook: "playbooks/byo/config.yml" - openshift_ansible_version: "{{ openshift_ansible_version }}" + openshift_ansible_version: "{{ openshift_ansible_git_rev }}" openshift_ansible_ssh_user: "{{ openshift_ansible_ssh_user }}" openshift_ansible_install_examples: "{{ openshift_ansible_install_examples }}" openshift_ansible_containerized_deploy: "{{ openshift_ansible_containerized_deploy }}" @@ -235,7 +235,7 @@ openshift_release: "{{ origin_release }}" openshift_ansible_path: "/root/openshift-ansible" openshift_ansible_playbook: "playbooks/byo/config.yml" - openshift_ansible_version: "openshift-ansible-3.3.57-1" + openshift_ansible_version: "{{ openshift_ansible_git_rev }}" openshift_ansible_ssh_user: "{{ openshift_ansible_ssh_user }}" openshift_ansible_install_examples: "{{ openshift_ansible_install_examples }}" openshift_ansible_containerized_deploy: "{{ openshift_ansible_containerized_deploy }}"