1
0
mirror of https://github.com/geerlingguy/ansible-for-devops.git synced 2024-05-19 06:50:03 +00:00

This is the third time I've missed a little fixup. Oops.

This commit is contained in:
Jeff Geerling
2020-07-27 20:00:30 -05:00
parent 03387918a2
commit 9e02bcf4c7

View File

@@ -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')