diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2017-04-21 02:47:22 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2017-04-21 02:47:22 +0200 |
commit | cd94e324d3401e518578d91382a2b7ee67562112 (patch) | |
tree | e9d84bd50a801632fd907eaa7ff372073c40a3cf /playbooks | |
parent | 681b504fcab8aeb6669d68f95b436fb9fdca87c7 (diff) | |
download | ands-cd94e324d3401e518578d91382a2b7ee67562112.tar.gz ands-cd94e324d3401e518578d91382a2b7ee67562112.tar.bz2 ands-cd94e324d3401e518578d91382a2b7ee67562112.tar.xz ands-cd94e324d3401e518578d91382a2b7ee67562112.zip |
Fix internal DNS service configuration
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/ands-prepare.yml | 1 | ||||
-rw-r--r-- | playbooks/tmp_role.yml | 6 |
2 files changed, 1 insertions, 6 deletions
diff --git a/playbooks/ands-prepare.yml b/playbooks/ands-prepare.yml index 1b4fc2a..9041563 100644 --- a/playbooks/ands-prepare.yml +++ b/playbooks/ands-prepare.yml @@ -3,6 +3,7 @@ roles: - role: ands_facts - role: common + - role: firewall - name: Keepalived service hosts: masters diff --git a/playbooks/tmp_role.yml b/playbooks/tmp_role.yml deleted file mode 100644 index f004204..0000000 --- a/playbooks/tmp_role.yml +++ /dev/null @@ -1,6 +0,0 @@ -- name: Common setup procedures - hosts: nodes - remote_user: root - roles: - - ands_facts - - ands_openshift |