diff options
author | binary <me@rgoncalves.se> | 2020-11-10 20:46:04 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-10 20:46:04 +0100 |
commit | 0a673e300800b91342499cec9cd482b5d2d9c603 (patch) | |
tree | 752309b2f30928063340afefe39682679491a451 /playbooks | |
parent | 89c7516b1f9ec4ce7ce2947f98f2070c242f4459 (diff) | |
download | infrastructure-0a673e300800b91342499cec9cd482b5d2d9c603.tar.gz |
Fully working init for alpine vm
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/network.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/network.yml b/playbooks/network.yml index 7d59334..c3bb76f 100644 --- a/playbooks/network.yml +++ b/playbooks/network.yml @@ -2,6 +2,14 @@ # site.yml # Deploy configuration to all servers. +--- + +- hosts: localhost + tasks: + - include_role: + name: ssh + tasks_from: generate_dns.yml + - hosts: openbsd roles: - ssh |