From 9e02bcf4c78ada3e44cfdfc95ece3d2fbc3bc035 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 27 Jul 2020 20:00:30 -0500 Subject: [PATCH] This is the third time I've missed a little fixup. Oops. --- lamp-infrastructure/provisioners/aws.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/lamp-infrastructure/provisioners/aws.yml b/lamp-infrastructure/provisioners/aws.yml index 179912a..ed9f46d 100644 --- a/lamp-infrastructure/provisioners/aws.yml +++ b/lamp-infrastructure/provisioners/aws.yml @@ -103,7 +103,6 @@ groups: "aws,{{ item.1.item.group }},{{ item.1.item.name }}" # You can dynamically add inventory variables per-host. ansible_user: centos - ansible_ssh_private_key_file: ~/.ssh/lamp_aws.pem host_key_checking: false mysql_replication_role: >- {{ 'master' if (item.1.item.name == 'a4d.lamp.db.1')