mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
OSBS: use python3 interpreter for F30 hosts
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
df6a3105bb
commit
7d3598ccae
@@ -4,6 +4,8 @@ lvm_size: 60000
|
||||
mem_size: 8192
|
||||
num_cpus: 2
|
||||
|
||||
ansible_python_interpreter: "/usr/bin/python3"
|
||||
|
||||
tcp_ports: [ 80, 443, 8443]
|
||||
|
||||
openshift_node_labels: {'region':'infra'}
|
||||
|
||||
@@ -4,6 +4,8 @@ lvm_size: 60000
|
||||
mem_size: 8192
|
||||
num_cpus: 2
|
||||
|
||||
ansible_python_interpreter: "/usr/bin/python3"
|
||||
|
||||
tcp_ports: [ 80, 443, 8443, 10250]
|
||||
|
||||
openshift_node_labels: {'region': 'primary', 'zone': 'default'}
|
||||
|
||||
Reference in New Issue
Block a user