Revert "ansible: drop each host/group setting ansible_python_interpreter and just change the interpreter_python value on the control host."
This reverts commit 5caa9024c5
.
This commit is contained in:
parent
16706c3535
commit
67e6f9911e
11 changed files with 16 additions and 0 deletions
|
@ -7,6 +7,7 @@ max_mem_size: "{{ mem_size }}"
|
|||
num_cpus: 4
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-30
|
||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/30/Server/x86_64/os/
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.126.254
|
||||
dns: 10.5.126.21
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
# this is to enable nested virt, which we need for disk image creation
|
||||
virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough,+vmx"
|
||||
|
||||
# These boxes are F30, so we need Python 3 ansible
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
external_hostname: openqa.stg.fedoraproject.org
|
||||
|
||||
openqa_static_uid: 601
|
||||
|
|
|
@ -4,5 +4,8 @@ openqa_hostname: openqa-stg01.qa.fedoraproject.org
|
|||
openqa_key: "{{ stg_openqa_apikey }}"
|
||||
openqa_secret: "{{ stg_openqa_apisecret }}"
|
||||
|
||||
# These boxes are F30, so we need Python 3 ansible
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
deployment_type: stg
|
||||
freezes: false
|
||||
|
|
|
@ -31,6 +31,8 @@ koji_server_url: "https://koji.fedoraproject.org/kojihub"
|
|||
koji_weburl: "https://koji.fedoraproject.org/koji"
|
||||
koji_topurl: "https://kojipkgs.fedoraproject.org/"
|
||||
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||
fedmsg_certs:
|
||||
- service: shell
|
||||
|
|
|
@ -13,3 +13,4 @@ virt_install_command: "{{ virt_install_command_armv7_one_nic }}"
|
|||
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-29-armv7
|
||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/29/Everything/armhfp/os/
|
||||
ansible_python_interpreter: "/usr/bin/python3"
|
||||
|
|
|
@ -3,3 +3,4 @@ vmhost: aarch64-c22n1.arm.fedoraproject.org
|
|||
eth0_ip: 10.5.129.176
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-29-armv7
|
||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/29/Everything/armhfp/os/
|
||||
ansible_python_interpreter: "/usr/bin/python3"
|
||||
|
|
|
@ -11,6 +11,7 @@ inventory_instance_name: f29-test
|
|||
hostbase: f29-test
|
||||
public_ip: 209.132.184.211
|
||||
description: f29-test instance
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
cloud_networks:
|
||||
# maintainertest-net
|
||||
|
|
|
@ -11,6 +11,7 @@ inventory_instance_name: f30-test
|
|||
hostbase: f30-test
|
||||
public_ip: 209.132.184.157
|
||||
description: f30-test instance
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
cloud_networks:
|
||||
# maintainertest-net
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
---
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
---
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
|
|
@ -11,6 +11,7 @@ inventory_instance_name: rawhide-test
|
|||
hostbase: rawhide-test
|
||||
public_ip: 209.132.184.212
|
||||
description: rawhide-test instance
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
cloud_networks:
|
||||
# maintainertest-net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue