add python-test.yml and re-work the inventory for python fun
This commit is contained in:
18
inventory/hosts.new
Normal file
18
inventory/hosts.new
Normal file
@ -0,0 +1,18 @@
|
||||
[dev]
|
||||
lab-dev-1
|
||||
lab-dev-2
|
||||
|
||||
[dev:vars]
|
||||
ansible_python_interpreter=/usr/bin/python2
|
||||
|
||||
|
||||
[prod]
|
||||
lab-prod-1
|
||||
lab-prod-2
|
||||
|
||||
[prod:vars]
|
||||
ansible_python_interpreter=/usr/bin/python3
|
||||
|
||||
|
||||
[all:vars]
|
||||
ansible_user=root
|
Reference in New Issue
Block a user