first ansible structure with dhcp and resolv-dns hosts
This commit is contained in:
parent
68d3466f24
commit
6e59cf386a
6 changed files with 42 additions and 0 deletions
8
inventories/eh22/hosts.yaml
Normal file
8
inventories/eh22/hosts.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
all:
|
||||
hosts:
|
||||
dhcp:
|
||||
ansible_host: 94.45.255.70
|
||||
ansible_user: noc
|
||||
resolv-dns:
|
||||
ansible_host: 94.45.254.2
|
||||
ansible_user: noc
|
Loading…
Add table
Add a link
Reference in a new issue