diff options
author | binary <me@rgoncalves.se> | 2021-01-19 23:04:27 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-01-19 23:04:27 +0100 |
commit | 3801e08e80008cbd12f6685f39db08a94379e93e (patch) | |
tree | 148dae79f5943fcbb1fef450df1cce55734f2ab7 | |
parent | 0b5be278389350258e4a4c6ef2769512719436fe (diff) | |
download | infrastructure-3801e08e80008cbd12f6685f39db08a94379e93e.tar.gz |
Sync dcontroller name
-rw-r--r-- | playbooks/network.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/network.yml b/playbooks/network.yml index d33527f..1375938 100644 --- a/playbooks/network.yml +++ b/playbooks/network.yml @@ -19,6 +19,6 @@ - { role: dns } - { role: sshd } -- hosts: dcontroller +- hosts: dc0 roles: - { role: pf } |