Set ansible interpreter to python3 for copr production instances
This commit is contained in:
parent
37f295d947
commit
5f7f05b8e6
4 changed files with 12 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue