aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/sshdns.yml
blob: d343cf4f880b45dc4b04d47064d9bd501b1620d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12

# sshdns.yml
# bind host to dns for ssh

---

- hosts: localhost
  tasks:

    - include_role:
        name: ssh
        tasks_from: generate_dns
remember that computers suck.