Skip to content

Instantly share code, notes, and snippets.

@knakayama
Created July 9, 2016 06:53
Show Gist options
  • Save knakayama/2fea836b45e85c9d09be8c0a46e0a3ad to your computer and use it in GitHub Desktop.
Save knakayama/2fea836b45e85c9d09be8c0a46e0a3ad to your computer and use it in GitHub Desktop.
---
- 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