Initial commit, squashed
This commit is contained in:
commit
158e8740b8
83 changed files with 2718 additions and 0 deletions
25
setup.yml
Normal file
25
setup.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
- hosts: spine-*
|
||||
roles:
|
||||
- spine
|
||||
|
||||
- hosts: leaf-*
|
||||
roles:
|
||||
- leaf
|
||||
|
||||
- hosts: exit-*
|
||||
roles:
|
||||
- exit
|
||||
|
||||
- hosts: access-*
|
||||
gather_facts: false
|
||||
roles:
|
||||
- access
|
||||
|
||||
- hosts: fw-*
|
||||
roles:
|
||||
- firewall
|
||||
|
||||
- hosts: zid
|
||||
roles:
|
||||
- certbot_dns
|
||||
- firewall_master
|
Loading…
Add table
Add a link
Reference in a new issue