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