From fd4a0b8e06e6159785f053a93eb2e727f2a410a0 2021-01-08 13:45:49 From: Branko Majic Date: 2021-01-08 13:45:49 Subject: [PATCH] MAR-160: Set-up /etc/hosts on all servers, including all relevant machines. --- diff --git a/roles/common/molecule/default/prepare.yml b/roles/common/molecule/default/prepare.yml index 04bd6cadba517574de5e2e49882290667104626b..67d0a452ca7869733dcd433c4a1f6211fc7cbeb4 100644 --- a/roles/common/molecule/default/prepare.yml +++ b/roles/common/molecule/default/prepare.yml @@ -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