forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd4f7fc
commit 39dcafe
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule core
updated
4 files
+7 −5 | cloud/amazon/ec2.py | |
+9 −8 | cloud/amazon/ec2_asg.py | |
+0 −1 | cloud/docker/docker_image.py | |
+8 −8 | cloud/openstack/os_security_group.py |
Submodule extras
updated
13 files
+2 −2 | cloud/amazon/ec2_elb_facts.py | |
+163 −0 | cloud/amazon/ec2_group_facts.py | |
+1 −1 | cloud/azure/azure_rm_deployment.py | |
+1 −1 | cloud/misc/virt_net.py | |
+1 −1 | cloud/misc/virt_pool.py | |
+1 −1 | cloud/smartos/smartos_image_facts.py | |
+1 −1 | cloud/vmware/vmware_vsan_cluster.py | |
+1 −1 | cloud/xenserver_facts.py | |
+1 −1 | network/lldp.py | |
+1 −1 | notification/hall.py | |
+1 −1 | system/crypttab.py | |
+6 −6 | web_infrastructure/jenkins_plugin.py | |
+102 −65 | windows/win_nssm.ps1 |