Created
July 9, 2016 06:53
-
-
Save knakayama/2fea836b45e85c9d09be8c0a46e0a3ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: Test ec2_asg module | |
hosts: localhost | |
connection: local | |
gather_facts: false | |
tasks: | |
- name: ASG number changed | |
ec2_asg: | |
name: test | |
launch_config_name: test-lg6w4dojjvea3cvqvmn4kwbb5e | |
min_size: 0 | |
max_size: 0 | |
desired_capacity: 0 | |
availability_zones: ['ap-northeast-1a'] | |
vpc_zone_identifier: ['subnet-8b807dfd'] | |
state: present |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment