aboutsummaryrefslogblamecommitdiffstats
path: root/playbooks/network.yml
blob: d33527fa901a74e64e1167474ff6ccb40e249b6b (plain) (tree)
1
2
3
4
5
6
7
8
9
 

                                  
 


                  
                  
        
                      
 




                         
                
        
                   
                    


                    
                  

# network ~~ playbooks/network.yml
# common network configuration

---

- hosts: localhost
  gather_facts: no
  roles:
    - { role: sshdns }

- hosts: all
  gather_facts: no
  roles:
    - { role: wireguard }

- hosts: servers
  roles:
    - { role: dns }
    - { role: sshd }

- hosts: dcontroller
  roles:
    - { role: pf }
remember that computers suck.