Skip to content

riccardofreixo/ansible_ec2_find_asg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible_ec2_find_asg

Build Status

Simple module to find and retrive properties about EC2 AutoScalingGroups based on tags.

###Usage

To use this module, you can either:

  • Place it in your ANSBILE_LIBRARY path.
  • Use the --module-path command line option.
  • Place it in the directory ./library alongside your top level playbooks.

For more information check out the official Ansible documentation.

###Example

# a playbook task line:
- ec2_find_asg:
    region: us-west-1
    tags:
      foo: true
      bar: true

About

Simple module to find EC2 AutoScalingGroups based on tags.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages