mirror of
https://github.com/Expand-sys/wazuh-agent
synced 2025-12-13 12:32:22 +11:00
changes to make this runable outside awx
This commit is contained in:
parent
a81c495a2f
commit
6e33cd46a9
2 changed files with 6 additions and 0 deletions
2
default_vars.yml
Normal file
2
default_vars.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
manager_ip: 127.0.0.1
|
||||
4
inventory
Normal file
4
inventory
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[all]
|
||||
#put each ip address of the servers here
|
||||
#eg
|
||||
127.0.0.1 ansible_ssh_user=root
|
||||
Loading…
Reference in a new issue