From fb4ff2bdbde722032bec8a834b88a01eb8a42f0c Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 19 Feb 2020 21:55:02 +0100 Subject: [PATCH] copr: defaults for aws All aws boxes to have: | nm_controlled_resolv: True | ansible_ifcfg_blacklist: True --- inventory/group_vars/copr_aws | 2 ++ inventory/group_vars/copr_dev_aws | 2 ++ 2 files changed, 4 insertions(+) diff --git a/inventory/group_vars/copr_aws b/inventory/group_vars/copr_aws index 0a5b96cd94..c5cb7a4492 100644 --- a/inventory/group_vars/copr_aws +++ b/inventory/group_vars/copr_aws @@ -1,2 +1,4 @@ --- services_disabled: true +nm_controlled_resolv: True +ansible_ifcfg_blacklist: True diff --git a/inventory/group_vars/copr_dev_aws b/inventory/group_vars/copr_dev_aws index 0a5b96cd94..c5cb7a4492 100644 --- a/inventory/group_vars/copr_dev_aws +++ b/inventory/group_vars/copr_dev_aws @@ -1,2 +1,4 @@ --- services_disabled: true +nm_controlled_resolv: True +ansible_ifcfg_blacklist: True