aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/network/localhost.yml
blob: 32d46fa7f810d15ffc9666a534657eda18070d2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11

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

---

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

remember that computers suck.