Set ansible interpreter to python3 for copr production instances

This commit is contained in:
Jakub Kadlcik 2019-07-03 14:16:38 +02:00
parent 37f295d947
commit 5f7f05b8e6
4 changed files with 12 additions and 0 deletions

View file

@ -48,3 +48,6 @@ nagios_Check_Services:
sshd: true
httpd: true
swap: false
# There is no python2 on F30
ansible_python_interpreter: "/usr/bin/python3"

View file

@ -22,3 +22,6 @@ cloud_networks:
copr_hostbase: copr-dist-git
host_backup_targets: ['/var/lib/dist-git/git', '/var/lib/dist-git/cache']
# There is no python2 on F30
ansible_python_interpreter: "/usr/bin/python3"

View file

@ -39,3 +39,6 @@ nagios_Check_Services:
sar_script: /usr/share/copr/coprs_frontend/run/copr-gdpr-sar.sh
sar_script_user: copr-fe
sar_output_file: copr.json
# There is no python2 on F30
ansible_python_interpreter: "/usr/bin/python3"

View file

@ -29,3 +29,6 @@ nagios_Check_Services:
nrpe: true
sshd: true
swap: false
# There is no python2 on F30
ansible_python_interpreter: "/usr/bin/python3"