Added host trady
This commit is contained in:
parent
6eef878c4d
commit
f7222eabf9
3 changed files with 8 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
ansible_user: ansible
|
||||
#ansible_user: ansible
|
||||
ansible_ssh_private_key_file: /home/annika/ansible/minilab/ansible_ed25519
|
||||
debian_derivatives:
|
||||
- "Debian"
|
||||
|
|
|
|||
3
inventory/host_vars/trady.yaml
Normal file
3
inventory/host_vars/trady.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
server_name: trady
|
||||
|
||||
|
|
@ -13,6 +13,8 @@ all:
|
|||
ansible_host: 10.69.10.53
|
||||
reir:
|
||||
ansible_host: 10.69.10.54
|
||||
trady:
|
||||
ansible_host: 10.69.11.5
|
||||
children:
|
||||
alpine:
|
||||
hosts:
|
||||
|
|
@ -24,10 +26,12 @@ all:
|
|||
fifi:
|
||||
knivi:
|
||||
reir:
|
||||
trady:
|
||||
docker:
|
||||
hosts:
|
||||
adguard:
|
||||
pump:
|
||||
trady:
|
||||
unifi_controller:
|
||||
hosts:
|
||||
pump:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue