From 4c1de55be954d4d0ae7507230697778bcfd5b838 Mon Sep 17 00:00:00 2001 From: Neill Turner Date: Mon, 7 Nov 2016 12:09:18 +0000 Subject: [PATCH 1/2] docs --- provisioner_options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provisioner_options.md b/provisioner_options.md index b13d1bb..0b77356 100644 --- a/provisioner_options.md +++ b/provisioner_options.md @@ -63,8 +63,8 @@ hosts | | Create Ansible hosts file for localhost with this server group http_proxy | nil | Use HTTP proxy when installing Ansible, packages and running Ansible https_proxy | nil | Use HTTPS proxy when installing Ansible, packages and running Ansible idempotency_test | false | Enable to test Ansible playbook idempotency -ignore_extensions_from_root | ['.pyc'] | allow extensions to be ignored when copying from roles and ansible cfg -ignore_paths_from_root | [] | allow extra paths to be ignored when copying from roles and ansible cfg +ignore_extensions_from_root | ['.pyc'] | allow extensions to be ignored when copying from roles and additional_copy_path +ignore_paths_from_root | [] | allow extra paths to be ignored when copying from roles and additional_copy_path kerberos_conf_file | | Path of krb5.conf file using in Windows support library_plugins_path | library | Ansible repo library plugins directory lookup_plugins_path | lookup_plugins | Ansible repo `lookup_plugins` directory From 9ea2f288e45cddbee4bfdf2971b914c860b30c8f Mon Sep 17 00:00:00 2001 From: Neill Turner Date: Mon, 7 Nov 2016 12:17:22 +0000 Subject: [PATCH 2/2] docs --- provisioner_options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provisioner_options.md b/provisioner_options.md index 0b77356..5d7019b 100644 --- a/provisioner_options.md +++ b/provisioner_options.md @@ -63,8 +63,8 @@ hosts | | Create Ansible hosts file for localhost with this server group http_proxy | nil | Use HTTP proxy when installing Ansible, packages and running Ansible https_proxy | nil | Use HTTPS proxy when installing Ansible, packages and running Ansible idempotency_test | false | Enable to test Ansible playbook idempotency -ignore_extensions_from_root | ['.pyc'] | allow extensions to be ignored when copying from roles and additional_copy_path -ignore_paths_from_root | [] | allow extra paths to be ignored when copying from roles and additional_copy_path +ignore_extensions_from_root | ['.pyc'] | allow extensions to be ignored when copying from roles and recursive_additional_copy_path +ignore_paths_from_root | [] | allow extra paths to be ignored when copying from roles and recursive_additional_copy_path kerberos_conf_file | | Path of krb5.conf file using in Windows support library_plugins_path | library | Ansible repo library plugins directory lookup_plugins_path | lookup_plugins | Ansible repo `lookup_plugins` directory