This commit is contained in:
8
tests/inventory
Normal file
8
tests/inventory
Normal file
@ -0,0 +1,8 @@
|
||||
[debian]
|
||||
localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python2
|
||||
|
||||
[arch]
|
||||
localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python2
|
||||
|
||||
[centos]
|
||||
localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python2
|
7
tests/test-playbook.yml
Normal file
7
tests/test-playbook.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: test playbook
|
||||
hosts: all
|
||||
gather_facts: True
|
||||
roles:
|
||||
- update-debian
|
Reference in New Issue
Block a user