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.
Mike Grozak
53892b8fd1
Cron module upgrades
...
- added cron_file attribute: if specified, the file with appropriate
job is created in /etc/cron.d directory. Also, you can store multiple
jobs in one file. state='absent' attribute is handled in the following
way in this case: if after the deletion of the job from the file specified
by cron_file variable the file is empty, the file is deleted, otherwise
not.
- fixed the behaviour, when the backupfile is saved forever in /tmp
folder, even if the backup= atribute is not set (os.unlink() is called if
backup is not True).
- added some comments to the unobvious places
13 years ago
add_host
add add_host action plugin - add hosts to inventory during a playbook
13 years ago
apt
Merge pull request #1924 from blair/consistly-use-underscores
13 years ago
apt_key
This standardizes the apt_key module some
13 years ago
apt_repository
Update apt_repository to query if repo is already configured
13 years ago
assemble
adjusted assemble to use new file attribute handling
13 years ago
async_status
do not conditionalize this for older Python, fix indentation, better use
13 years ago
async_wrapper
chmod -x for all module files in source checkout
13 years ago
authorized_key
* Minor removal of some dumb I did.
13 years ago
command
Various cleanup to run_command
13 years ago
copy
This implements a basic --check mode which for now is only implemented on template & copy operations. More detail will be shared with the list
13 years ago
cron
Cron module upgrades
13 years ago
debug
DOCUMENTATION strings
13 years ago
easy_install
Update modules to use run_command in module_common.py
13 years ago
ec2
Update library/ec2
13 years ago
ec2_facts
If ec2 fact has ':' or '-', change to '_'
13 years ago
facter
Various cleanup to run_command
13 years ago
fail
DOCUMENTATION strings
13 years ago
fetch
DOCUMENTATION strings
13 years ago
file
This implements a basic --check mode which for now is only implemented on template & copy operations. More detail will be shared with the list
13 years ago
fireball
Fix module.run_command usage in fireball
13 years ago
get_url
Fix get_url to work on Python 2.4
13 years ago
git
Git module: fix for relative paths
13 years ago
group
Update modules to use run_command in module_common.py
13 years ago
group_by
Add a group_by action plugin.
13 years ago
hg
Specify repo option with hg pull
13 years ago
ini_file
Remove last remnants of daisychaining
13 years ago
lineinfile
Clarification on how to use insertafter with a regex.
13 years ago
mail
mail module: add MIME attachments, port and addresses with phrases
13 years ago
mongodb_user
Adding mongodb_user module.
13 years ago
mount
Update modules to use run_command in module_common.py
13 years ago
mysql_db
Python 2.4 fixes for modules
13 years ago
mysql_user
chmod -x for all module files in source checkout
13 years ago
nagios
added support for scheduling downtime for all services on host
13 years ago
ohai
Various cleanup to run_command
13 years ago
pacman
Fix unparseable documentation strings
13 years ago
pause
Reformat code: examples consistently
13 years ago
ping
This implements a basic --check mode which for now is only implemented on template & copy operations. More detail will be shared with the list
13 years ago
pip
library/pip: add support for virtualenv's --system-site-packages.
13 years ago
pkgin
Use module.get_bin_path for pkgin module instead of hardcoding paths
13 years ago
postgresql_db
add encoding documentation in postgresql_db
13 years ago
postgresql_user
remove quotes in has_table_privilege and has_database_privilege
13 years ago
raw
Merge pull request #1798 from dagwieers/raw-executable
13 years ago
script
Make script module use raw module so it does not require python
13 years ago
seboolean
DOCUMENTATION strings
13 years ago
selinux
DOCUMENTATION strings
13 years ago
service
service status 4 should also be stopped
13 years ago
setup
This implements a basic --check mode which for now is only implemented on template & copy operations. More detail will be shared with the list
13 years ago
shell
DOCUMENTATION strings
13 years ago
slurp
Very basic --diff option for showing what happens when templates change.
13 years ago
subversion
Various cleanup to run_command
13 years ago
supervisorctl
always restart the program when state=restarted
13 years ago
svr4pkg
Update modules to use run_command in module_common.py
13 years ago
sysctl
sysctl was added in 1.0
13 years ago
template
Added additional template variables
13 years ago
user
Update modules to use run_command in module_common.py
13 years ago
virt
chmod -x for all module files in source checkout
13 years ago
wait_for
removed env as per project policy
13 years ago
yum
use a local copy of repoq so we don't inadvertently pollute the one for is_installed
13 years ago