init
This commit is contained in:
commit
883f31932e
169 changed files with 5676 additions and 0 deletions
13
ansible/inventories/debug/hosts.ini
Normal file
13
ansible/inventories/debug/hosts.ini
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[proxy]
|
||||
vm-proxy ansible_host=10.10.0.2 ansible_user=debian wg_endpoint=10.10.0.2
|
||||
|
||||
[idp]
|
||||
vm-idp ansible_host=10.10.0.3 ansible_user=debian
|
||||
|
||||
[docker_hosts:children]
|
||||
proxy
|
||||
idp
|
||||
|
||||
[wg_peers:children]
|
||||
proxy
|
||||
idp
|
||||
Loading…
Add table
Add a link
Reference in a new issue