Chris Hoffman
9057f72881
Removing duplicate import, adding missing import
12 years ago
Daniel Hokka Zakrisson
a1e00c93e5
Add ansible_ssh_user/pass to enable inventory-defined users
12 years ago
Chris Hoffman
507e49396b
Updating how to run commands in check mode
12 years ago
Chris Hoffman
ca3b8228f7
Updating how to run commands in check mode, standarizing quotes
12 years ago
Chris Hoffman
2c947c2ed6
Adding aliases
12 years ago
Chris Hoffman
114a4dc597
Standarizing quotes
12 years ago
Chris Hoffman
31e5e81fcd
Standarizing module in line with other rabbitmq modules, adding support for setting tracing
12 years ago
Chris Hoffman
b79d7a606c
Using new qualified executable
12 years ago
Daniel Hokka Zakrisson
c83e428a7e
Default expand_lists to True and set it to False for only_if
...
Fixes #2026 and #2027 .
12 years ago
Chris Hoffman
c94ec20a16
Getting fully qualified path for executable
12 years ago
Chris Hoffman
5a4ff6ca60
Cleaning up tag compare, getting fully qualified path for executable
12 years ago
Chris Hoffman
32c7fa7f70
Remove unneccesary quotes from user task
12 years ago
Michael DeHaan
b2b1900765
minor aesthetics tweak
12 years ago
Michael DeHaan
b1c739889c
Add example of working with the environment
12 years ago
Michael DeHaan
f7497e75e5
Able to use "environment: " on any task to pass proxy details and other useful settings. Can be a variable
...
or a dictionary.
12 years ago
Michael DeHaan
72a05ae2a0
Move diff code more into runner code.
12 years ago
Michael DeHaan
6f0c9592bb
Additions to Who Uses Ansible
12 years ago
Michael DeHaan
0ad6ac4086
Fix group depth for nested groups
12 years ago
Michael DeHaan
85b52ca625
Resort the who uses ansible page
12 years ago
Michael DeHaan
f41cf5528c
Add complex networking setup to docs!
12 years ago
Michael DeHaan
df032dfd11
Merge pull request #2039 from okorz001/fix-man-page
...
Correct -u description in ansible man page
12 years ago
Michael DeHaan
828119d823
Allow the remote username to come from a variable set in vars_files or vars
12 years ago
Michael DeHaan
e6ead2ca74
make things like $FILE(/etc/path/foo.conf) and $ENV(HOME) work without having to use brackets to index them
12 years ago
Oscar Korz
ba807ed5a8
Correct -u description in ansible man page
12 years ago
Michael DeHaan
e906271f91
Update changelog -- wow, lots of nice stuff merged in today!
12 years ago
Michael DeHaan
790cc11f03
Change the 0.X part to not imply something new was added in 0.X something if a user forgets to put in a specific version in the module docs.
12 years ago
Michael DeHaan
6c4e1db54e
Documentation formatting for mongodb_user so it will show up in ansible-doc and the web.
12 years ago
Michael DeHaan
3c51feb36c
Had to remove the instance_tags example because our doc generator was choking on it, feel free to add it back if you can get it to be valid
...
YAML again :)
12 years ago
Michael DeHaan
27ff22610d
Fix lineinfile docs formatting
12 years ago
Michael DeHaan
c692de6b80
Cleanup YAML parse error warning code a tiny amount.
12 years ago
Michael DeHaan
5c38248788
Fix crontab doc formatting
12 years ago
Michael DeHaan
550a1b5f02
Remove mercurial module reference now that we have a cleaned up hg module in core now!
12 years ago
Michael DeHaan
5457e969db
Add a reference to Coderwall for tips & tricks!
12 years ago
Michael DeHaan
c91f8c1565
Merge pull request #2036 from cordmata/devel
...
Add rabbitmq_vhost module.
12 years ago
Michael DeHaan
4e9a1693cd
Merge pull request #2035 from tgerla/devel
...
Add more error handling to the ec2 module, remove Python 2.6ism
12 years ago
Matt Cordial
3284fd607f
Add rabbitmq_vhost module.
...
Simply ensures existence or non-existence of a vhost.
12 years ago
Tim Gerla
0f389b311f
Add more error handling to the ec2 module, remove Python 2.6ism
12 years ago
Michael DeHaan
fa44f49afb
Merge pull request #2034 from chrishoffman/rabbitmq
...
Adding rabbitmq modules
12 years ago
shlomozippel
e44412101b
Merge recursive file permission setting on directories
12 years ago
Chris Hoffman
6f7855161c
Adding rabbitmq modules
12 years ago
Michael DeHaan
8db504fba8
Merge branch 'devel' of git://github.com/lwade/ansible into devel
12 years ago
Steve Frank
36027ddbba
Squashed commit of the following:
...
Changed ami_tags to instance_tags to better follow naming convention
Add support for creating tags on the new instances
12 years ago
Michael DeHaan
a894791767
Slightly friendlier error on missing hosts file, slightly friendlier error on inventory script returning invalid syntax
...
(or if inventory is non-script and accidentally executable).
12 years ago
Michael DeHaan
1163c23c35
Merge branch 'nice_missing_inventory' of git://github.com/bcoca/ansible into devel
12 years ago
Brian Coca
ca5f52b825
now missing hosts file gives nice message and no traceback
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Michael DeHaan
e564de3983
Some formatting preferences for --list-hosts and --list-tasks
12 years ago
Michael DeHaan
e231708260
Merge branch 'devel' of git://github.com/schmic/ansible into schmic-devel
12 years ago
Brian Coca
0e8627b7e8
added block device info gathering, full for linux, partial for freebsd added prettyfing byte function Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
...
moved moutns out of devices Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Mike Grozak
171a01deac
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
12 years ago
Michael DeHaan
50495680d5
Merge pull request #2033 from lorin/intersect-pattern
...
Document :& host notation and using variables with hosts
12 years ago