Last active
January 21, 2016 20:22
-
-
Save wholroyd/87943f3f71fd0f09fa8f to your computer and use it in GitHub Desktop.
Ansible missing modules in 2.0.0.2
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
[wholroyd@wholroyd-fedora ansible]$ find ./*.py -printf "%f\n" | |
__init__.py | |
cloudtrail.py | |
dynamodb_table.py | |
ec2_ami_copy.py | |
ec2_elb_facts.py | |
ec2_eni.py | |
ec2_eni_facts.py | |
ec2_remote_facts.py | |
ec2_vpc_igw.py | |
ec2_vpc_net_facts.py | |
ec2_vpc_route_table.py | |
ec2_vpc_route_table_facts.py | |
ec2_vpc_subnet.py | |
ec2_vpc_subnet_facts.py | |
ec2_win_password.py | |
ecs_cluster.py | |
ecs_service.py | |
ecs_service_facts.py | |
ecs_task.py | |
ecs_taskdefinition.py | |
route53_facts.py | |
route53_health_check.py | |
route53_zone.py | |
s3_bucket.py | |
s3_lifecycle.py | |
s3_logging.py | |
sns_topic.py | |
sqs_queue.py | |
sts_assume_role.py |
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
[wholroyd@wholroyd-fedora ansible]$ find /usr/lib/python2.7/site-packages/ansible-2.1.0-py2.7.egg/ansible/modules/extras/cloud/amazon/*.py -printf "%f\n" | |
cloudtrail.py | |
dynamodb_table.py | |
ec2_ami_copy.py | |
ec2_elb_facts.py | |
ec2_eni_facts.py | |
ec2_eni.py | |
ec2_remote_facts.py | |
ec2_vpc_igw.py | |
ec2_vpc_net_facts.py | |
ec2_vpc_route_table_facts.py | |
ec2_vpc_route_table.py | |
ec2_vpc_subnet_facts.py | |
ec2_vpc_subnet.py | |
ec2_win_password.py | |
ecs_cluster.py | |
ecs_service_facts.py | |
ecs_service.py | |
ecs_taskdefinition.py | |
ecs_task.py | |
__init__.py | |
route53_facts.py | |
route53_health_check.py | |
route53_zone.py | |
s3_bucket.py | |
s3_lifecycle.py | |
s3_logging.py | |
sns_topic.py | |
sqs_queue.py | |
sts_assume_role.py |
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
[wholroyd@wholroyd-fedora ansible]$ docker run -it wholroyd/centos-ansible:latest | |
Usage of loopback devices is strongly discouraged for production use. Either use `--storage-opt dm.thinpooldev` or use `--storage-opt dm.no_warn_on_loop_devices=true` to suppress this warning. | |
[root@db847fcba482 /]# find /usr/lib/python2.7/site-packages/ansible/modules/extras/cloud/amazon/*.py -printf "%f\n" | |
__init__.py | |
cloudtrail.py | |
dynamodb_table.py | |
ec2_ami_copy.py | |
ec2_elb_facts.py | |
ec2_eni.py | |
ec2_eni_facts.py | |
ec2_remote_facts.py | |
ec2_vpc_igw.py | |
ec2_vpc_route_table.py | |
ec2_vpc_route_table_facts.py | |
ec2_vpc_subnet.py | |
ec2_vpc_subnet_facts.py | |
ec2_win_password.py | |
ecs_cluster.py | |
ecs_task.py | |
ecs_taskdefinition.py | |
route53_facts.py | |
route53_health_check.py | |
route53_zone.py | |
s3_bucket.py | |
s3_lifecycle.py | |
s3_logging.py | |
sns_topic.py | |
sqs_queue.py | |
sts_assume_role.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment