Skip to content

Commit

Permalink
Merge pull request #653 from pneerincx/fix/python_interpreter
Browse files Browse the repository at this point in the history
Workaround for Ansible control hosts that do not have Python installed in /usr/bin/python.
  • Loading branch information
marieke-bijlsma authored Oct 14, 2022
2 parents 8858c67 + 947fa77 commit 4f23b82
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions static_inventories/betabarrel_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all:
openstack_api:
hosts:
localhost:
ansible_python_interpreter: /usr/bin/env python
docs:
hosts:
docs_on_merlin:
Expand Down
1 change: 1 addition & 0 deletions static_inventories/copperfist_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all:
openstack_api:
hosts:
localhost:
ansible_python_interpreter: /usr/bin/env python
docs:
hosts:
docs_on_merlin:
Expand Down
1 change: 1 addition & 0 deletions static_inventories/docs_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all:
openstack_api:
hosts:
localhost:
ansible_python_interpreter: /usr/bin/env python
docs:
hosts:
docs_on_merlin:
Expand Down
1 change: 1 addition & 0 deletions static_inventories/fender_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all:
openstack_api:
hosts:
localhost:
ansible_python_interpreter: /usr/bin/env python
jumphost:
hosts:
corridor:
Expand Down
1 change: 1 addition & 0 deletions static_inventories/forkhead_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all:
openstack_api:
hosts:
localhost:
ansible_python_interpreter: /usr/bin/env python
docs:
hosts:
docs_on_merlin:
Expand Down
1 change: 1 addition & 0 deletions static_inventories/gearshift_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all:
openstack_api:
hosts:
localhost:
ansible_python_interpreter: /usr/bin/env python
jumphost:
hosts:
airlock:
Expand Down
1 change: 1 addition & 0 deletions static_inventories/hyperchicken_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all:
openstack_api:
hosts:
localhost:
ansible_python_interpreter: /usr/bin/env python
jumphost:
hosts:
portal:
Expand Down
1 change: 1 addition & 0 deletions static_inventories/jenkins_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all:
openstack_api:
hosts:
localhost:
ansible_python_interpreter: /usr/bin/env python
jenkins:
hosts:
jenkins:
Expand Down
1 change: 1 addition & 0 deletions static_inventories/marvin_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all:
openstack_api:
hosts:
localhost:
ansible_python_interpreter: /usr/bin/env python
jumphost:
hosts:
dockingport:
Expand Down
1 change: 1 addition & 0 deletions static_inventories/nibbler_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all:
openstack_api:
hosts:
localhost:
ansible_python_interpreter: /usr/bin/env python
jumphost:
hosts:
tunnel:
Expand Down
1 change: 1 addition & 0 deletions static_inventories/talos_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all:
openstack_api:
hosts:
localhost:
ansible_python_interpreter: /usr/bin/env python
jumphost:
hosts:
reception:
Expand Down
1 change: 1 addition & 0 deletions static_inventories/wingedhelix_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all:
openstack_api:
hosts:
localhost:
ansible_python_interpreter: /usr/bin/env python
jumphost:
hosts:
porch:
Expand Down

0 comments on commit 4f23b82

Please sign in to comment.