This commit is contained in:
2024-07-12 00:07:31 -04:00
parent 6948b9baa8
commit abd86e10e6
91 changed files with 5207 additions and 206 deletions

View File

@@ -0,0 +1,6 @@
Test like this:
```
ansible-playbook --inventory tests/inventory.yml tests/playbook.yml
```
By default, the test inventory operates on the localhost.
You may want to change this.

View File

@@ -0,0 +1 @@
localhost

View File

@@ -0,0 +1,5 @@
---
- hosts: all
become: yes
roles:
- ../..