Commit Graph

232 Commits (d4f75bc12cbc7301c64261caa4ea4850d610f2e7)

Author SHA1 Message Date
Michael DeHaan 8a82b5c817 Slight revisement to configuration file comment.
13 years ago
Michael DeHaan cf6e1f8db9 Make it possible to tell paramiko to not record new host keys, which can be slow with a large number of hosts.
13 years ago
Michael DeHaan c55adc9ac9 Default to 'smart' transport, which will use OpenSSH if it can support ControlPersist.
13 years ago
Michael DeHaan d96cedcad1 Example config file should use correct config setting.
13 years ago
Michael DeHaan 9db4f7a9a6 Makes host key checking the default behavior but can be disabled in ansible.cfg or by environment variable.
13 years ago
espro 3eeacaba81 Updated ansible.cfg to be more consistent
13 years ago
espro a00c7b0c08 Comment remote_user in ansible.cfg
13 years ago
espro e2cf3b2d29 Update ansible.cfg
13 years ago
Michael DeHaan bac81be3f9 Add undefined variables feature to example config file.
13 years ago
Michael DeHaan 637983cf31 cleanup example config file + Squashed commit of the following:
13 years ago
Michael DeHaan fda74110bd Merge pull request #3202 from trbs/20130613_docs_fix_ansible_cfg_loading_order
13 years ago
trbs a4223e119d fixed x-bits in git
13 years ago
trbs 653fac2f5c fix loading order of ansible.cfg in documentation
13 years ago
Michael DeHaan d51ec37a59 Add version added field to notification modules.
13 years ago
Michael DeHaan 9ca0289dee Fixup the module formatter to explain the EXAMPLES string as well.
13 years ago
Michael DeHaan 0748e86f0e Fix documentation about examples in modules so folks use the new style.
13 years ago
Matt Coddington 542eeeb5d6 add option to ignore $legacy variable style substitution
13 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.
13 years ago
Michael DeHaan 601c2db116 Add a note about where the playbook examples have moved to.
13 years ago
Michael DeHaan 5aad416ffe remove playbook examples from main repo. Fear not, these are now in the ansible/ansible-examples repo :)
13 years ago
Michael DeHaan 5342c35f7c Update zfs example
13 years ago
Michael DeHaan b4715cdb9c update user example
13 years ago
Michael DeHaan 8ac6c73803 Simplify description of upgraded_vars example
13 years ago
Michael DeHaan 4d8734f30c Update selective file sources example
13 years ago
Michael DeHaan ae810d3318 update role example
13 years ago
Michael DeHaan a911afaaf2 update roletest example
13 years ago
Michael DeHaan 4569713d88 Update register_logic example
13 years ago
Michael DeHaan 777dbc1048 Update rabbitmq example
13 years ago
Michael DeHaan 12755b8961 Update postgres and prompts examples.
13 years ago
Michael DeHaan 6ae99cdc7a update netscaler example
13 years ago
Michael DeHaan 8d0b8c70ce update with_items example
13 years ago
Michael DeHaan f57e57ba54 Update loop_plugins example
13 years ago
Michael DeHaan 79c2a34fa0 update nested example
13 years ago
Michael DeHaan bacb6644db update group_by example
13 years ago
Michael DeHaan ca822045e2 Update get_url example
13 years ago
Michael DeHaan b5339fe32e update eucalyptus/ec2 example
13 years ago
Michael DeHaan 264f527c98 update environment example
13 years ago
Michael DeHaan 1f93887e02 Update delegation example.
13 years ago
Michael DeHaan 3575a3374b This conditional example is no longer needed.
13 years ago
Michael DeHaan ebad0d4474 Update conditional examples.
13 years ago
Michael DeHaan 1365f0d6ab Start of making docs use {{ format }}
13 years ago
Afsin Toparlak 9699e086d7 typo
13 years ago
Michael DeHaan b8fdcff524 Merge branch 'nocows' of git://github.com/jpmens/ansible into devel
13 years ago
Michael DeHaan aa55268514 Adds a logfile for ansible playbooks that can be set by the environment or configuration file.
13 years ago
Michael DeHaan 1f96925159 Update role example to show tag usage
13 years ago
Jan-Piet Mens dfd885a012 Make ANSIBLE_NOCOWS configurable
13 years ago
Stoned Elipot e1ee257619 Default sudo password to SSH password.
13 years ago
Michael DeHaan 37789a852a Rename set_up and tear_down to pre_tasks and post_tasks
13 years ago
Michael DeHaan d7623d1f91 Added a 'set_up' and 'tear_down' which are like tasks, but execute before and after roles.
13 years ago
Michael DeHaan 3ab0ed5fd4 Allow 'when' and 'with_items' to be applied to roles.
13 years ago