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

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

---

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


remember that computers suck.