Brian Coca
73bc9fd0e0
Revert "Add prefixing and suffixing fuctionality to assemble"
...
This reverts commit 4c386dba56
.
keeping in sync with main repo revert
8 years ago
Brian Coca
cffe358260
fixed enabled state
8 years ago
Brian Coca
df1b03d0c6
fixed reported state
8 years ago
chouseknecht
9dd95efe76
Fixed binds and volumes. Now recognizes bound vs unbound as well as named volumes.
8 years ago
chouseknecht
abbddbde49
Fix missing ansible_facts.
8 years ago
Matthias Frey
d5fc44610b
Fixed error in assemble module when validation failed. ( #3814 )
...
Error was: TypeError: fail_json() takes exactly 1 argument (2 given)
8 years ago
Jirayut 'Dear' Nimsaeng
d373e0a7c4
Fix volume to support not binding volumes to host
8 years ago
Anton Simernia
1aa1b617f5
Update gc_storage.py ( #3802 )
8 years ago
chouseknecht
96192ead02
Remove debug/register from examples.
8 years ago
chouseknecht
3d0d14c5ff
Fix network comparison. Fix handling of links. Updated doc strings. Added more examples.
8 years ago
chouseknecht
a4bd558240
Set version added to 2.2 so that tests pass
8 years ago
chouseknecht
e398efb04f
For new options move vesion_added to 2.1.1
8 years ago
chouseknecht
c8f63e867a
Fixed bug in _get_network_id
8 years ago
chouseknecht
a9ddb5023d
Fix doc strings.
8 years ago
chouseknecht
1d327a23cd
Fixed issues post testing.
8 years ago
chouseknecht
39bfb136a7
First pass at implementing networks parameter. Also added purge_networks option to remove container from networks not included in networks param.
8 years ago
chouseknecht
f3c33ee35f
Fix for 3768 - adding support for env_file
8 years ago
Jan Fader
3afbe28b8a
fix for #3706 ( #3778 )
8 years ago
chouseknecht
2016911e64
Check self.parameters.env exists.
8 years ago
chouseknecht
bc665fca9c
Fix for issue #3775 - env config comparison
8 years ago
chouseknecht
65e71d8960
Update restart_policy doc strings.
8 years ago
chouseknecht
b5666c0f1c
Fix restart_poicy
8 years ago
chouseknecht
8f9ef1213d
Fix for #3783 - command returns not found or does not exist.
8 years ago
Dan Schmidt
c8ec843ac2
Fix "ansbile_facts" typo in docker_container module
8 years ago
Erik Nadel
6f5dfcf1bd
Added statement about escaping characters in chron tasks ( #3770 )
8 years ago
David Fischer
adec050165
Add MariaDB to valid RDS engines ( #3337 )
...
* Add MariaDB to valid RDS engines
* Update RDS module documentation
8 years ago
Gabriele
1977b42956
Fixing bug, added missing param ( #3737 )
8 years ago
Dmitry Marakasov
13d7a61160
Fix crontab argument order for writing ( #3750 )
...
Currently, when writing user's crontab, ansible calls
crontab <file> -u <user>
This is incorrect according to crontab(1) on both FreeBSD and Linux,
which suggest that file argument should be the last.
At least on FreeBSD, this leads to incorrect cron module bahavior which
writes to root's crontab instead of users's
8 years ago
Ghe Rivero
3ae6583510
Make add ip_floating_ip idempotent
...
Closes issue #1858
8 years ago
Dag Wieers
f7fcb81dd9
Add unpack results to error output, for debugging purposes on failure
...
This may help understand what is going on with #3631
8 years ago
Toshio Kuratomi
286a46e8b4
Python2.4's zipfile library cannot handle zip 64bit extensions which are needed for > 64K files ( #3754 )
...
Fallback to unzip if zipfile fails and hope that unzip can deal with it
(sites have an easier time upgrading the unzip utility than all of
python).
https://bugs.python.org/issue3997
Fixes #3560
8 years ago
Wolfgang Powisch
20d9c0c484
Update junos_facts.py ( #3759 )
8 years ago
Brian Coca
01819bbc9d
fixed enabled reporting
8 years ago
Brian Coca
38d71b9eef
fixed typo
8 years ago
Brian Coca
472d5c11ef
added state in results for backwards compat
8 years ago
chouseknecht
0c5eac4243
Fix missing key error when updating existing virtual network.
8 years ago
Roberto Bampi
375884464e
Add an example for SRV record in route53 ( #3749 )
8 years ago
Brian Coca
8085678dc8
first draft systemd service plugin ( #3660 )
...
* first draft systemd service plugin
* now systemd status handles multiline values
8 years ago
chouseknecht
d0da544aef
Fix for issue 3740. Make docker_service more resilient when targeting older API versions.
8 years ago
Brian Coca
f6690828af
deprecated docker ( #3710 )
...
* deprecated docker
* updated formatting
8 years ago
Alvaro Aleman
2f2f80ad4c
Fix can_update test in os_subnet ( #3664 )
8 years ago
René Moser
5fc7bc45ac
Add no_gateway_ip option to os_subnet module ( #3736 )
...
no_gateway_ip option can provide subnet that is not having a gateway.
fixes #1880
8 years ago
james-prior
68b9c2ffa7
Make explicit that virtualenv is created if needed for pip module. ( #3731 )
...
packaging/language/pip.py:
virtualenv option:
Mention that virtualenv is created if it does not exist.
(Explicit is better than implicit.)
Mention other relevant options.
notes:
initialized -> created
Wrap long lines.
8 years ago
Doug Luce
9167abdd10
Fix S3 unavailable region error
...
This is to address this error:
fatal: [site]: FAILED! => {"changed": false, "failed": true, "msg": "Failed to connect to S3: Region does not seem to be available for awsmodule boto.s3. If the region definitely exists, you may need to upgrade boto or extend with endpoints_path"}
Commit 0dd58e9
changed the logic so an exception is thrown (by
`connect_to_aws`) before the `s3 is None` check is performed. This
changes the `None` check to a catch so the old logic can compensate.
8 years ago
Marcos Diez
d34c5dfd69
Added one extra example in the authorized_key module. ( #3637 )
8 years ago
Marcos Diez
366d52cf18
The documentation of lineinfile now makes reference to blockinfile ( #3639 )
8 years ago
Ken Mitchell
8c2b333a73
Proposed fix to not require src and fstype arguments for mount. Issue #1259 . ( #1357 )
8 years ago
Michael Scherer
d519fca04b
Port vsphere_guest to py3/py2.4 syntax ( #3721 )
8 years ago
Michael Scherer
fefc0cdd50
Fix wait_for to compile on python3 ( #3722 )
8 years ago
Michael Scherer
82df6f981e
Improve error reporting when git binary fail ( #3266 )
...
Showing stderr or stdout is a great help to understand
when something go south.
8 years ago