From c6959c31d3c81c5696a8833d63ad82b1d3603069 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Tue, 28 Jan 2020 13:33:22 +0000 Subject: [PATCH] try this instead Signed-off-by: Rick Elrod --- inventory/group_vars/ec2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/ec2 b/inventory/group_vars/ec2 index 450f1b3578..911a8c1ff8 100644 --- a/inventory/group_vars/ec2 +++ b/inventory/group_vars/ec2 @@ -5,4 +5,4 @@ ansible_become_user: root ansible_become_method: sudo # Disable ethX ifcfg, let amazon handle these via DHCP. -ansible_ifcfg_whitelist: ['eth0', 'eth1', 'eth2', 'eth3'] +ansible_ifcfg_blacklist: true