diff options
author | binary <me@rgoncalves.se> | 2020-11-07 20:39:07 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-07 20:39:07 +0100 |
commit | 8ff8f1fa4037defebab29c7c7775ae3372cbe9a7 (patch) | |
tree | e395508f5a962fc9afce777cff08dbfecb0862d4 /playbooks | |
parent | 352c98322771af117a85904d580e1c062062d634 (diff) | |
download | infrastructure-8ff8f1fa4037defebab29c7c7775ae3372cbe9a7.tar.gz |
Automate network deployment
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 new file mode 100644 index 0000000..7d59334 --- /dev/null +++ b/playbooks/network.yml @@ -0,0 +1,8 @@ + +# site.yml +# Deploy configuration to all servers. + +- hosts: openbsd + roles: + - ssh + - pf |