Commit Graph

216 Commits (06d90008331d205a4730fe447002dd01b1382ea9)

Author SHA1 Message Date
Matt Coddington 542eeeb5d6 add option to ignore $legacy variable style substitution 11 years ago
Michael DeHaan 8ef18c2f98 Don't set PasswordAuthentication=no here because the connection plugin will do that unless a password is actually specified with -k/--ask-pass. 11 years ago
Michael DeHaan 601c2db116 Add a note about where the playbook examples have moved to. 11 years ago
Michael DeHaan 5aad416ffe remove playbook examples from main repo. Fear not, these are now in the ansible/ansible-examples repo :) 11 years ago
Michael DeHaan 5342c35f7c Update zfs example 11 years ago
Michael DeHaan b4715cdb9c update user example 11 years ago
Michael DeHaan 8ac6c73803 Simplify description of upgraded_vars example 11 years ago
Michael DeHaan 4d8734f30c Update selective file sources example 11 years ago
Michael DeHaan ae810d3318 update role example 11 years ago
Michael DeHaan a911afaaf2 update roletest example 11 years ago
Michael DeHaan 4569713d88 Update register_logic example 11 years ago
Michael DeHaan 777dbc1048 Update rabbitmq example 11 years ago
Michael DeHaan 12755b8961 Update postgres and prompts examples. 11 years ago
Michael DeHaan 6ae99cdc7a update netscaler example 11 years ago
Michael DeHaan 8d0b8c70ce update with_items example 11 years ago
Michael DeHaan f57e57ba54 Update loop_plugins example 11 years ago
Michael DeHaan 79c2a34fa0 update nested example 11 years ago
Michael DeHaan bacb6644db update group_by example 11 years ago
Michael DeHaan ca822045e2 Update get_url example 11 years ago
Michael DeHaan b5339fe32e update eucalyptus/ec2 example 11 years ago
Michael DeHaan 264f527c98 update environment example 11 years ago
Michael DeHaan 1f93887e02 Update delegation example. 11 years ago
Michael DeHaan 3575a3374b This conditional example is no longer needed. 11 years ago
Michael DeHaan ebad0d4474 Update conditional examples. 11 years ago
Michael DeHaan 1365f0d6ab Start of making docs use {{ format }} 11 years ago
Afsin Toparlak 9699e086d7 typo 11 years ago
Michael DeHaan b8fdcff524 Merge branch 'nocows' of git://github.com/jpmens/ansible into devel
Conflicts:
	lib/ansible/callbacks.py
	lib/ansible/constants.py
11 years ago
Michael DeHaan aa55268514 Adds a logfile for ansible playbooks that can be set by the environment or configuration file. 11 years ago
Michael DeHaan 1f96925159 Update role example to show tag usage 11 years ago
Jan-Piet Mens dfd885a012 Make ANSIBLE_NOCOWS configurable
nocows = 1 in ansible.cfg
	or old environment variable ANSIBLE_NOCOWS=1
add to ansible.cfg example
11 years ago
Stoned Elipot e1ee257619 Default sudo password to SSH password.
While here factor out password prompting in ansible.utils
11 years ago
Michael DeHaan 37789a852a Rename set_up and tear_down to pre_tasks and post_tasks 11 years ago
Michael DeHaan d7623d1f91 Added a 'set_up' and 'tear_down' which are like tasks, but execute before and after roles. 11 years ago
Michael DeHaan 3ab0ed5fd4 Allow 'when' and 'with_items' to be applied to roles. 11 years ago
Michael DeHaan f0b21dcc0f allow references to names of variables in with_items without needing to surround them with Jinja2 '{{' delimeters 11 years ago
Michael DeHaan fffb1a0a9d Loose tasks not in roles get executed after roles. 11 years ago
Michael DeHaan f044fc344b When using roles, or other includes, the path to DWIM inside is the path of the task include
file.
11 years ago
Michael DeHaan 20ec682b30 Remove stray file 11 years ago
Michael DeHaan 5c4ed72571 Demo of parameterized roles! 11 years ago
Michael DeHaan f308194b9a Added examples of how roles work! 11 years ago
Michael DeHaan 94d189bc7f Make this example make sense :) 11 years ago
Michael DeHaan f585c4cde7 Upgraded variable support met with upgraded conditional support, see examples/playbooks/upgraded_vars.yml
for details!
11 years ago
willthames c4442ad804 Documented executable setting for ansible.cfg 11 years ago
Michael DeHaan df9e716208 Fix example 11 years ago
Michael DeHaan 0dbfa02f0c Example of how to do nested loops. 15 minutes of code :) 11 years ago
Nandor Sivok 2120580f7a netscaler module example playbook 11 years ago
Daniel Hokka Zakrisson baeb1bce11 Fix example crypt to include trailing $
Fixes #2305.
11 years ago
Chris Hoffman 3104b79d35 Adding parameters example 12 years ago
James Martin fa63a9b5f4 CloudFormation support. 12 years ago
Mikael Zayenz Lagerkvist a5a0ab6b53 Fixed file-path in comment from examples.yml to intro_example.yml. 12 years ago