diff options
Diffstat (limited to 'examples/ansible.cfg')
-rw-r--r-- | examples/ansible.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg index ae5cc64a..d682a9be 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -77,14 +77,14 @@ #stdout_callback = debug -# Ansible ships with some plugins that require whitelisting, +# Ansible ships with some plugins that require enabling # this is done to avoid running all of a type by default. # These setting lists those that you want enabled for your system. # Custom plugins should not need this unless plugin author disables them # by default. # # Enable callback plugins, they can output to stdout but cannot be 'stdout' type. -#callback_whitelist = timer, mail +#callback_enabled = timer, mail # Determine whether includes in tasks and handlers are "static" by # default. As of 2.0, includes are dynamic by default. Setting these @@ -227,7 +227,7 @@ # Set which cowsay stencil you'd like to use by default. When set to 'random', # a random stencil will be selected for each task. The selection will be filtered -# against the `cow_whitelist` option below. +# against the `cow_enabled` option below. # #cow_selection = default #cow_selection = random @@ -237,7 +237,7 @@ # NOTE: line continuations here are for formatting purposes only, as the INI parser # in python does not support them. # -#cow_whitelist=bud-frogs,bunny,cheese,daemon,default,dragon,elephant-in-snake,elephant,eyes,\ +#cowsay_enabled_stencils=bud-frogs,bunny,cheese,daemon,default,dragon,elephant-in-snake,elephant,eyes,\ # hellokitty,kitty,luke-koala,meow,milk,moofasa,moose,ren,sheep,small,stegosaurus,\ # stimpy,supermilker,three-eyes,turkey,turtle,tux,udder,vader-koala,vader,www @@ -278,7 +278,7 @@ # choice but to create world readable temporary files to execute a module on # the remote machine. This option is False by default for security. Users may # turn this on to have behaviour more like Ansible prior to 2.1.x. See -# https://docs.ansible.com/ansible/latest/user_guide/become.html#becoming-an-unprivileged-user +# https://docs.ansible.com/ansible/latest/user_guide/become.html#risks-of-becoming-an-unprivileged-user # for more secure ways to fix this than enabling this option. # #allow_world_readable_tmpfiles = False |