diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-03-11 19:56:38 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-03-11 19:56:38 +0100 |
commit | f3c41dd13a0a86382b80d564e9de0d6b06fb1dbf (patch) | |
tree | 3522ce77203da92bb2b6f7cfa2b0999bf6cc132c /playbooks/ands-prepare.yml | |
parent | 6bc3a3ac71e11fb6459df715536fec373c123a97 (diff) | |
download | ands-f3c41dd13a0a86382b80d564e9de0d6b06fb1dbf.tar.gz ands-f3c41dd13a0a86382b80d564e9de0d6b06fb1dbf.tar.bz2 ands-f3c41dd13a0a86382b80d564e9de0d6b06fb1dbf.tar.xz ands-f3c41dd13a0a86382b80d564e9de0d6b06fb1dbf.zip |
Various fixes before moving to hardware installation
Diffstat (limited to 'playbooks/ands-prepare.yml')
-rw-r--r-- | playbooks/ands-prepare.yml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/playbooks/ands-prepare.yml b/playbooks/ands-prepare.yml index d198ec0..239d292 100644 --- a/playbooks/ands-prepare.yml +++ b/playbooks/ands-prepare.yml @@ -11,10 +11,15 @@ - name: Common setup procedures hosts: ands roles: - - role: common - - role: firewall + - { role: ands_common } + - { role: firewall } - { role: ands_network, action: common } +- name: Setup NTP + hosts: ands:!virtual + roles: + - role: ntp + - name: Keepalived service hosts: masters roles: @@ -22,7 +27,7 @@ #OpenVPN started before Origin-node causes problems #- name: OpenVPN service -# hosts: nodes, new_nodes +# hosts: nodes:new_nodes # roles: # - role: openvpn # vars: @@ -36,7 +41,7 @@ - role: ands_storage - name: Docker setup - hosts: nodes, new_nodes + hosts: nodes:new_nodes roles: - role: docker vars: |