You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/system
Emilien Macchi c289aa4cb9 system/puppet: allow to run puppet -e
-e or --execute [1] allows to execute a specific piece of Puppet code
such a class.

For example, in puppet you would run:
puppet apply -e 'include ::mymodule'

Will be in ansible:
puppet: execute='include ::mymodule'

[1] http://docs.puppetlabs.com/puppet/latest/reference/man/apply.html#OPTIONS
9 years ago
..
__init__.py
alternatives.py
at.py
capabilities.py
cronvar.py Use os module for checking absolute/joining paths 9 years ago
crypttab.py
debconf.py
facter.py Fix facter path 9 years ago
filesystem.py
firewalld.py
getent.py
gluster_volume.py
iptables.py iptables: add defaults to docs 9 years ago
kernel_blacklist.py
known_hosts.py
locale_gen.py
lvg.py Add documentation to explain that pvs will be created if needed 9 years ago
lvol.py The size option is required for lvol module with state=present 9 years ago
modprobe.py
ohai.py
open_iscsi.py
osx_defaults.py osx_defaults: Do not make any changes in check mode 9 years ago
pam_limits.py
puppet.py system/puppet: allow to run puppet -e 9 years ago
selinux_permissive.py
seport.py
solaris_zone.py
svc.py fixes documented command for svc sending SIGUSR1 9 years ago
ufw.py
zfs.py