changes to make this runable outside awx

This commit is contained in:
Expand-sys 2024-01-25 17:02:08 +11:00
parent a81c495a2f
commit 6e33cd46a9
2 changed files with 6 additions and 0 deletions

2
default_vars.yml Normal file
View file

@ -0,0 +1,2 @@
---
manager_ip: 127.0.0.1

4
inventory Normal file
View file

@ -0,0 +1,4 @@
[all]
#put each ip address of the servers here
#eg
127.0.0.1 ansible_ssh_user=root