diff --git a/ansible/inventory_aws_ec2.yaml b/ansible/inventory_aws_ec2.yaml index 8d94d50..49a6b62 100644 --- a/ansible/inventory_aws_ec2.yaml +++ b/ansible/inventory_aws_ec2.yaml @@ -1,6 +1,7 @@ --- plugin: aws_ec2 -regions: +boto_profile: aws_profile +regions: - eu-west-3 keyed_groups: - key: tags diff --git a/ansible/prepare-server.sh b/ansible/prepare-server.sh index 814531b..ffe475a 100644 --- a/ansible/prepare-server.sh +++ b/ansible/prepare-server.sh @@ -8,4 +8,3 @@ pip3 install boto3 botocore # export AWS_ACCESS_KEY_ID=$1 # export AWS_SECRET_ACCESS_KEY=$2 -