263/issue-creating-aws-vpc-with-ansible
I am getting this error -
~]$ ansible-playbook -i ./hosts create-vpc.yml ERROR! Syntax Error while loading YAML. did not find expected key
Check the indentation of your YAML file
Or
- name: To set up internet gateway hosts: local tasks: - name: creating vpc ec2_vpc: region: us-east-1 state: present cidr_block: 20.0.0.0/16 resource_tags: { "Name":"Test" } register: vpc
Hey @Dipti, have a look at the ...READ MORE
Hey @Ammie, Try a playbook something like ...READ MORE
Hi@Konakanchl, I guess you need to give your ...READ MORE
Hi@akhtar, You can find one module named ec2_vpc ...READ MORE
Hi@akhtar, You can find one module in ansible ...READ MORE
Hi@akhtar, To configure the Nginx server in AWS, ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
if you add allowContainerRegistry: true, kops will add those permissions ...READ MORE
Try using ingress itself in this manner except ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.