Changeset - b4e985d581cf
[Not reviewed]
0 2 0
Branko Majic (branko) - 3 years ago 2021-01-07 17:28:44
branko@majic.rs
MAR-160: Make sure to restart ferm after configuration change, drop release name from /etc/hosts on client machines.
2 files changed with 11 insertions and 2 deletions:
0 comments (0 inline, 0 general)
roles/common/molecule/default/playbook.yml
Show inline comments
 
@@ -54,3 +54,12 @@
 
        owner: root
 
        group: root
 
        mode: 0640
 
      notify:
 
        - Restart ferm
 

	
 
  handlers:
 

	
 
    - name: Restart ferm
 
      service:
 
        name: ferm
 
        state: restarted
roles/common/molecule/default/prepare.yml
Show inline comments
 
@@ -70,8 +70,8 @@
 
        mode: 0644
 
        state: present
 
      with_dict:
 
        10.31.127.5: parameters-mandatory-stretch64
 
        10.31.127.6: parameters-optional-stretch64
 
        10.31.127.5: parameters-mandatory
 
        10.31.127.6: parameters-optional
 

	
 
- hosts: parameters-mandatory,parameters-optional
 
  become: true
0 comments (0 inline, 0 general)