Michael DeHaan
c10904bcef
Prompts chapter
12 years ago
Michael DeHaan
d494691398
Start of organizing variable section. This is all still in progress and not done, need to fix links between sections and re-add see-also sections, etc, etc.
12 years ago
Michael DeHaan
4cd3c5472f
Refactor looping docs
12 years ago
Michael DeHaan
00c2c0b11c
Conditionals chapter and some misc tweaks elsewhere
12 years ago
Michael DeHaan
ddf51154fd
Delegation documentation split
12 years ago
Michael DeHaan
c4af4c65c3
Update check mode docs
12 years ago
Michael DeHaan
a0ec399f35
Consolidate docs on accelerated mode
12 years ago
Michael DeHaan
19ac7cfe2a
Refactor the roles information and provide a good example of the case for using roles.
12 years ago
Michael DeHaan
102b745b31
Add lots of docs on configuration settings, explaining what goes into ansible.cfg
12 years ago
Michael DeHaan
70dc1ef4e4
Update the /usr/bin/ansible example docs
12 years ago
Michael DeHaan
e0ea3decae
The patterns document is now it's own chapter since it applies to playbooks and /usr/bin/ansible alike.
12 years ago
Michael DeHaan
65a7ddc824
Organize dynamic inventory documentation.
12 years ago
Michael DeHaan
1e5edb2e0f
Clean up inventory section.
12 years ago
Michael DeHaan
720abcb9ed
Cleaunup to the getting started section.
12 years ago
Michael DeHaan
87702d50d8
Add missing file (stub)
12 years ago
Michael DeHaan
74e77bf1d8
Refactor install guide
12 years ago
Michael DeHaan
824a8b9136
Fix index formatting.
12 years ago
Michael DeHaan
759430d1e8
Add new topics to index
12 years ago
Michael DeHaan
858b6c4e64
Restructure the documentation index.
12 years ago
Ustun Ozgur
977b31249a
Update cache check in find_plugin
...
I am not familiar with the internals, but this line looked suspicious.
12 years ago
Blair Zajac
3a8c9f04da
apt: do not consider not-removed and not-upgraded packages as changes.
...
If one pins a package and does a 'apt-get dist-upgrade' then the
output looks like:
# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
cassandra
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
The check for any changes made should only be on the 'upgraded' and
'newly installed' values and not include the 'to remove' and 'not
upgraded' values.
12 years ago
Blair Zajac
d133c0aeee
apt: pass child process stdout and stdout to m.fail_json() and m.exit_json().
...
Without this, this fails:
- name: apt-get dist-upgrade
action: apt upgrade=dist
register: apt_get_contents
- name: apt-get clean
action: command apt-get clean
when: apt_get_contents.stdout.find("0 upgraded") == -1
TASK: [apt-get clean] *********************************************************
fatal: [192.168.2.2] => error while evaluating conditional: {% if apt_get_contents.stdout.find("0 upgraded") == -1 %} True {% else %} False {% endif %}
FATAL: all hosts have already failed -- aborting
12 years ago
Michael DeHaan
ef28d62846
Update TestUtils.py
...
tests shouldn't be making symlinks to system dirs, also fixes unit test report on OS X.
12 years ago
Michael DeHaan
05b3aaa39b
Merge pull request #4280 from angstwad/devel
...
Use set_setting in rax.py inventory module
12 years ago
Cristobal Rosa
617f7bb0a0
Added an space between code and comments in order to follow the coding standars
12 years ago
Cristobal Rosa
be279295b6
Added a new check to check whether an network interface is in promiscuous mode
12 years ago
Paul Durivage
532c7db03b
Update example to use RAX_CREDS_FILE env var
12 years ago
Paul Durivage
e366712aca
Use set_setting; alleviates pyrax requiring the ~/pyrax.cfg in order to establish identity_type
12 years ago
Joshua Lund
20489f1346
* Updated SHA-256 functionality in the get_url module
...
(fixes issue #4277 )
* The sha256sum error message now displays the invalid
destination checksum if it doesn't match the one that
is specified in the arguments. This is useful for
debugging purposes.
* Non-alphanumeric characters, including the infamous
Unicode zero-width space, are removed from the sha256sum
argument prior to the check.
12 years ago
Julien Phalip
44aeea7afc
In the script action: Get around a bug in that's been fixed in Python 2.7 but not Python 2.6.
...
See: http://bugs.python.org/issue6988
Fixes #4256 .
12 years ago
James Cammarata
039d4c95d9
Merge pull request #4221 from ashorin/unicode-md5
...
Prevent UnicodeEncodeError: 'ascii' codec can't encode characters in pos...
12 years ago
Petr Svoboda
b5ae761070
Add support for tags parameter to cloudformation module
...
Expose boto.cloudformation.create_stack() tags parameter. Supplied tags
will be applied to stack and all it's resources on stack creation.
Cannot be updated later (not supported by UpdateStack CloudFormation
API).
12 years ago
Brian Coca
771435deb4
now ini vars are typed
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Skylar Saveland
b339485da8
add executable option to subversion module
12 years ago
Skylar Saveland
d8c61528db
add executable option to hg, refactor in doing so
12 years ago
Skylar Saveland
c4947ebc7d
add executable option to bzr module, refactor in doing so
12 years ago
Skylar Saveland
5243bd5fa3
executable option to git module
12 years ago
Jan Urbański
7fa92054fe
The payment term param in the Linode module is an int.
12 years ago
James Martin
d5f20e6b21
Optionally display Skipping [host] messages.
12 years ago
bennojoy
482cb72128
role report fix
12 years ago
James Cammarata
0ee236bf57
Merge pull request #4257 from resmo/doc/changelog
...
changelog: be clear, host module is not related to ansible inventory
12 years ago
Rene Moser
1dc2582a2c
be clear, host module is not related to ansible inventory
12 years ago
Matt Coddington
7f7116de3b
commit 9db4f7a made a change that also needed to include this to retain correct legacy_playbook_variables behavior
12 years ago
Michael DeHaan
a002a24973
Merge pull request #4250 from bbhoss/devel
...
Allow storing input from user in a pause prompt
12 years ago
Preston Marshall
3ee7b177e8
Allow storing input from user in a pause prompt
12 years ago
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