blob: 98a66ae263927d8cce8caef084f192b2c3a3348a (
plain) (
tree)
|
|
# site.yml
# Deploy configuration to all servers.
---
- hosts: localhost
tasks:
- include_role:
name: ssh
tasks_from: generate_dns.yml
- hosts: all
roles:
- ssh
- hosts: dcontroller
roles:
- pf
|