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
9 files
+0 −3 | cloud/amazon/cloudformation.py | |
+13 −1 | commands/raw.py | |
+6 −0 | commands/shell.py | |
+2 −0 | packaging/os/apt_repository.py | |
+8 −8 | packaging/os/rhn_register.py | |
+1 −1 | packaging/os/yum.py | |
+4 −0 | system/user.py | |
+39 −0 | utilities/helper/_fireball.py | |
+0 −282 | utilities/helper/fireball.py |
Submodule extras
updated
18 files
+1 −1 | cloud/amazon/ec2_elb_facts.py | |
+139 −0 | cloud/amazon/ec2_vol_facts.py | |
+236 −0 | cloud/amazon/ec2_vpc_dhcp_options.py | |
+27 −16 | cloud/amazon/ec2_vpc_route_table.py | |
+1 −1 | cloud/misc/proxmox.py | |
+10 −8 | files/patch.py | |
+65 −21 | messaging/rabbitmq_user.py | |
+33 −0 | monitoring/sensu_check.py | |
+1 −1 | network/f5/bigip_virtual_server.py | |
+6 −1 | packaging/os/dnf.py | |
+33 −1 | packaging/os/yumrepo.py | |
+2 −1 | system/firewalld.py | |
+1 −1 | system/gluster_volume.py | |
+8 −1 | system/iptables.py | |
+83 −278 | system/zfs.py | |
+74 −116 | windows/win_acl.ps1 | |
+5 −3 | windows/win_acl.py | |
+27 −43 | windows/win_unzip.ps1 |