Sync
This commit is contained in:
parent
d312777183
commit
0f3b4dad7e
10 changed files with 42 additions and 13 deletions
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
#ansible_user: ansible
|
||||
ansible_ssh_private_key_file: /home/annika/ansible/minilab/ansible_ed25519
|
||||
ansible_ssh_private_key_file: ./ansible_ed25519
|
||||
debian_derivatives:
|
||||
- "Debian"
|
||||
- "Pop!_OS"
|
||||
|
|
|
|||
2
inventory/host_vars/nemetona.yaml
Normal file
2
inventory/host_vars/nemetona.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
server_name: nemetona
|
||||
|
|
@ -17,11 +17,14 @@ all:
|
|||
ansible_host: 10.69.11.5
|
||||
stephanie:
|
||||
ansible_host: 10.69.11.51
|
||||
nemetona:
|
||||
ansible_host: 10.69.11.52
|
||||
children:
|
||||
alpine:
|
||||
hosts:
|
||||
adguard:
|
||||
stephanie:
|
||||
nemetona:
|
||||
debian:
|
||||
hosts:
|
||||
maxim:
|
||||
|
|
@ -36,6 +39,7 @@ all:
|
|||
pump:
|
||||
trady:
|
||||
stephanie:
|
||||
nemetona:
|
||||
unifi_controller:
|
||||
hosts:
|
||||
pump:
|
||||
|
|
@ -45,3 +49,6 @@ all:
|
|||
coder:
|
||||
hosts:
|
||||
stephanie:
|
||||
authentik:
|
||||
hosts:
|
||||
nemetona:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue