James Cammarata
2ed803837e
Merge pull request #4228 from mragh/devel
...
Include database param if provided and valid in django_admin commands
12 years ago
James Cammarata
9dd2d1eb13
Merge pull request #4222 from lessmian/devel
...
Module lvol fails when decimal point is a colon
12 years ago
James Cammarata
80524a8f2b
Merge pull request #4165 from jerm/devel
...
dest in s3 module does not work with ~username expansion for home directories
12 years ago
James Cammarata
484297cfa8
Added a version_added string to the new digital_ocean module param
12 years ago
James Cammarata
3fd0eefb97
Merge branch 'digital_ocean_idempotence_take2' of https://github.com/ralphbean/ansible into ralphbean-digital_ocean_idempotence_take2
12 years ago
James Cammarata
8b010cbb45
Make the ec2 wait code a little smarter
...
The code to determine the number of running instances could blow up
if the response from AWS did not actually contain any data. This code
makes it a bit smarter in handling, so that it will wait for a valid
response regardless of the wait condition.
Fixes #3980
12 years ago
James Cammarata
301a00ccf5
Merge branch 'obsd-fix-release' of https://github.com/johanwiren/ansible into johanwiren-obsd-fix-release
12 years ago
James Cammarata
b41ea366c8
Doc fix in htpasswd module due to colon on the line
12 years ago
James Cammarata
786a765063
Merge branch 'add-scheme-to-htpasswd-params' of https://github.com/PugglePay/ansible into PugglePay-add-scheme-to-htpasswd-params
12 years ago
James Cammarata
23417368df
Fixing up some open_iscsi docs and CHANGELOG update
12 years ago
James Cammarata
c98ed252fe
Merge branch 'open_iscsi_bis' of https://github.com/sergevanginderachter/ansible into sergevanginderachter-open_iscsi_bis
12 years ago
James Cammarata
776fc044dd
Merge pull request #4231 from drfickle/svn_docs
...
Elaborate on capabilities of subversion module
12 years ago
Steve Fox
bd48251b34
Elaborate on capabilities of subversion module
12 years ago
James Cammarata
a2be93e4b8
Merge pull request #4229 from eggsby/supervisorctl
...
supervisorctl module: fixing typo in error handling
12 years ago
egghead
255d2d6770
supervisorctl module: fixing typo in error handling
12 years ago
Jake Kreider
bd446ef777
Include database param if provided and valid in django_admin commands
12 years ago
Tomasz Lesniewski
385ffcdfb1
Module lvol fails when decimal point is a colon
12 years ago
Rene Moser
ff84812047
host: minor doc style improvements
12 years ago
Tomasz Lesniewski
e2815a56dc
Module lvol fails when decimal point is a colon
12 years ago
Michael DeHaan
314e1aafc1
Merge pull request #4220 from dagwieers/setup-dmidecode-fix
...
Fix for commented dmidecode output
12 years ago
Dag Wieers
5bd7664fac
Fix for commented dmidecode output
...
This patch fixes the problem that on some system dmidecode prints out warning information as commented text. For example:
[user@system ~]# dmidecode -s system-manufacturer
# SMBIOS implementations newer than version 2.6 are not
# fully supported by this version of dmidecode.
HP
So we remove all commented lines from the output.
12 years ago
Rene Moser
803b2b91a6
host: added another example
12 years ago
James Cammarata
93336ce00d
Merge branch 'devel' of https://github.com/volker48/ansible into volker48-devel
12 years ago
James Cammarata
a6d62ef59b
Minor pep8 cleanup
12 years ago
James Cammarata
29bff3ffc1
Merge branch 'supervisorctl' of https://github.com/eggsby/ansible into eggsby-supervisorctl
12 years ago
James Cammarata
4420379f59
Fixing some bugs found during testing in the host module
12 years ago
James Cammarata
da0d50c383
Merge branch 'feature/host' of https://github.com/resmo/ansible into resmo-feature/host
12 years ago
James Cammarata
d647c5dc00
Added a delimiter example and a version_added string for assemble
12 years ago
James Cammarata
a97872906f
Fixed a bug in the delimiter change for the assemble module
12 years ago
James Cammarata
bcf9a75d94
Merge branch 'devel' of https://github.com/pcgentry/ansible into pcgentry-devel
12 years ago
James Cammarata
a8fac7906d
Merge branch 'devel' of https://github.com/drybjed/ansible into drybjed-devel
12 years ago
James Cammarata
c31ece58fa
Added version_added string to new modprobe module and CHANGELOG update
12 years ago
James Cammarata
4d7b5da25d
Merge branch 'modprobe-module' of https://github.com/stygstra/ansible into stygstra-modprobe-module
12 years ago
James Cammarata
30a1560d67
Merge branch 'devel' of https://github.com/tomdymond/ansible into tomdymond-devel
12 years ago
James Cammarata
080f35f63a
Merge branch 'ec2_boto' of https://github.com/CharlesBlonde/ansible into CharlesBlonde-ec2_boto
12 years ago
James Cammarata
ca2950141b
Merge branch 'bcoca-env_facts' into devel
12 years ago
James Cammarata
d1f713938e
Modified env fact gathering to use the native python method
...
Also updated CHANGELOG for this feature
12 years ago
James Cammarata
19343288df
Merge branch 'env_facts' of https://github.com/bcoca/ansible into bcoca-env_facts
12 years ago
Michael DeHaan
0dc232a177
Merge pull request #4159 from stygstra/quantum_subnet-nameservers
...
Add option for DNS nameservers to quantum_subnet module
12 years ago
Maciej Delmanowski
551b93c547
Made re.search string shorter
12 years ago
Maciej Delmanowski
40b0471e95
Add Linux Container identification
12 years ago
Andrey Shorin
ea488f5e05
Make --check mode work with fireball and accelerate connections
12 years ago
James Cammarata
4a467f71cd
Change touched -> touch for new file state, and cleaning up docs
12 years ago
James Cammarata
4d417401c0
Merge branch 'feature/file-state-touched' of https://github.com/resmo/ansible into resmo-feature/file-state-touched
12 years ago
Johan Wirén
e9554e5da2
Fixed setup module to no longer break on OpenBSD release versions.
12 years ago
René Moser
3a0fd84115
file: added file attributes in state=touched
12 years ago
René Moser
573ea5bdce
file: skip in check_mode if state=touched
12 years ago
egghead
3f4dc876fc
supervisorctl module: adding support for custom supervisord installations
...
Supervisord can be installed at the user level or system level.
Installating as a user is particularly useful for systems without root access.
Adds the ability to provide a custom supervisorctl executable path, supporting custom installations
12 years ago
René Moser
06fae59e8b
file: implemented state=touched. Closes GH-4097
12 years ago
James Cammarata
4efdf0d49f
More housekeeping
...
* Modified version_added strings in recent modules
* Added firewalld inclusion to the CHANGELOG
12 years ago