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
5
deploy.yaml
Normal file
5
deploy.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Ensure base config is deployment on all hosts
|
||||
hosts: all
|
||||
roles:
|
||||
- base_config
|
Loading…
Add table
Add a link
Reference in a new issue