diff --git a/inventory/group_vars/openqa_common b/inventory/group_vars/openqa_common index 10dc1fd990..fa117b83b5 100644 --- a/inventory/group_vars/openqa_common +++ b/inventory/group_vars/openqa_common @@ -3,6 +3,9 @@ # in the plays so we can change them over time and also so the plays # can be used for non-infra deployments. +# These boxes are F30+, so we need Python 3 ansible +ansible_python_interpreter: /usr/bin/python3 + openqa_static_uid: 601 openqa_hostname: localhost diff --git a/inventory/group_vars/openqa_stg b/inventory/group_vars/openqa_stg index 013c6d7f5d..594a2bc629 100644 --- a/inventory/group_vars/openqa_stg +++ b/inventory/group_vars/openqa_stg @@ -12,9 +12,6 @@ # 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_dbname: openqa-stg diff --git a/inventory/group_vars/openqa_stg_workers b/inventory/group_vars/openqa_stg_workers index bc989ab343..0cc3f62ee6 100644 --- a/inventory/group_vars/openqa_stg_workers +++ b/inventory/group_vars/openqa_stg_workers @@ -11,7 +11,7 @@ openqa_secret: "{{ stg_openqa_apisecret }}" openqa_env_suffix: .stg openqa_env: staging -# These boxes are F30, so we need Python 3 ansible +# These boxes are F30+, so we need Python 3 ansible ansible_python_interpreter: /usr/bin/python3 deployment_type: stg diff --git a/inventory/group_vars/openqa_workers b/inventory/group_vars/openqa_workers index 97b9993a01..9975a90213 100644 --- a/inventory/group_vars/openqa_workers +++ b/inventory/group_vars/openqa_workers @@ -11,5 +11,8 @@ openqa_secret: "{{ prod_openqa_apisecret }}" openqa_env_suffix: openqa_env: production +# These boxes are F30+, so we need Python 3 ansible +ansible_python_interpreter: /usr/bin/python3 + deployment_type: prod freezes: false