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
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule core
updated
12 files
+4 −0 | cloud/amazon/ec2.py | |
+3 −2 | cloud/amazon/ec2_asg.py | |
+2 −1 | cloud/amazon/ec2_vol.py | |
+15 −4 | cloud/docker/docker.py | |
+73 −72 | cloud/openstack/os_image_facts.py | |
+29 −27 | cloud/openstack/os_networks_facts.py | |
+2 −2 | cloud/openstack/os_server.py | |
+1 −1 | source_control/git.py | |
+24 −3 | system/sysctl.py | |
+9 −0 | windows/setup.ps1 | |
+2 −5 | windows/win_file.ps1 | |
+6 −3 | windows/win_lineinfile.ps1 |
Submodule extras
updated
12 files
+3 −3 | cloud/vmware/vca_fw.py | |
+3 −3 | cloud/vmware/vca_nat.py | |
+2 −7 | cloud/vmware/vca_vapp.py | |
+71 −33 | clustering/consul.py | |
+1 −1 | database/mysql/mysql_replication.py | |
+63 −17 | notification/slack.py | |
+4 −1 | packaging/os/homebrew_tap.py | |
+5 −2 | system/crypttab.py | |
+23 −12 | windows/win_firewall_rule.ps1 | |
+15 −8 | windows/win_firewall_rule.py | |
+6 −0 | windows/win_iis_website.ps1 | |
+2 −1 | windows/win_package.ps1 |