You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/examples
Brian Coca 37a918438b task logging revamp
* allow global no_log setting, no need to set at play or task level, but can be overriden by them
 * allow turning off syslog only on task execution from target host (manage_syslog), overlaps with no_log functionality
 * created log function for task modules to use, now we can remove all syslog references, will use systemd journal if present
 * added debug flag to modules, so they can make it call new log function conditionally
 * added debug logging in module's run_command
9 years ago
..
playbooks Wrong target for link? 11 years ago
scripts Replace .iteritems() with six.iteritems() 9 years ago
DOCUMENTATION.yml Standardized on yml suffix, so fix this example content filename. 11 years ago
ansible.cfg task logging revamp 9 years ago
hosts Small change to previous patch, make ranges of hosts inclusive. 12 years ago