Changeset - fd4a0b8e06e6
[Not reviewed]
0 1 0
Branko Majic (branko) - 3 years ago 2021-01-08 13:45:49
branko@majic.rs
MAR-160: Set-up /etc/hosts on all servers, including all relevant machines.
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/common/molecule/default/prepare.yml
Show inline comments
 
@@ -51,7 +51,7 @@
 
        name: apt-cacher-ng
 
        state: present
 

	
 
- hosts: client
 
- hosts: all
 
  become: true
 
  tasks:
 

	
 
@@ -70,6 +70,8 @@
 
        mode: 0644
 
        state: present
 
      with_dict:
 
        10.31.127.3: client1
 
        10.31.127.4: client2
 
        10.31.127.5: parameters-mandatory
 
        10.31.127.6: parameters-optional
 

	
0 comments (0 inline, 0 general)