diff --git a/devops/ansible/group_vars/all.yml b/devops/ansible/group_vars/all.yml index 9a67045..8802b2c 100644 --- a/devops/ansible/group_vars/all.yml +++ b/devops/ansible/group_vars/all.yml @@ -1,3 +1,2 @@ --- ansible_user: ec2-user -# ansible_ssh_private_key_file: ~/.ssh/glove.prv diff --git a/devops/ansible/inventory_aws_ec2.yml b/devops/ansible/inventory_aws_ec2.yml index 5818df2..9613934 100644 --- a/devops/ansible/inventory_aws_ec2.yml +++ b/devops/ansible/inventory_aws_ec2.yml @@ -12,5 +12,5 @@ hostnames: compose: ansible_host: public_ip_address ansible_user: ec2-user - # ansible_ssh_private_key_file: ~/.ssh/glove.prv + # Reminder for local deployment # profile: glove-test