meikkiie 发表于 2018-7-29 10:55:37

Ansible 额外模块浅析

# ansible-doc -l|grep ec2  
ec2         create,terminate, start or stop an instance in ec2
  
ec2_ami         create or destroyan image in ec2
  
ec2_ami_copy      copies AMI between AWSregions, return new image id
  
ec2_ami_find      Searches for AMIs toobtain the AMI ID and other information
  
ec2_asg      Create or deleteAWS Autoscaling Groups
  
ec2_eip         associate an EC2elastic IP with an instance.
  
ec2_elb         De-registers orregisters instances from EC2 ELBs
  
ec2_elb_facts   Gather facts about EC2Elastic Load Balancers in AWS
  
ec2_elb_lb         Creates or destroys Amazon ELB.
页: [1]
查看完整版本: Ansible 额外模块浅析