From 6506313223f365f6bd5ce54f3db3bd56839ed858 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 1 Nov 2017 13:11:34 -0400 Subject: [PATCH] no_admin variable explained --- vars/default_vars.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 48555b782..f1456ca3c 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -26,8 +26,17 @@ service_filelist: "{{ iiab_config_file }}" disregard_network: False # use cache or error out if cache does not exist # Users and Passwords -# obtain a password hash with - python -c 'import crypt; print crypt.crypt("", "$6$<salt>")' +# Uncomment the following if you don't want iiab_admin_user (by default +# iiab-admin) to be auto-created in roles/iiab-admin/tasks/main.yml +# Also disables sudo-based verification of published passwords. +# no_admin: "" + +# If no_admin variable is established above (its actual value is IGNORED) also +# set iiab_admin_user (below) to an existing Linux user that has sudo access. +# This is the username you'll use to login to Admin Console @ http://box/admin + +# obtain a password hash with: python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")' iiab_admin_user: iiab-admin iiab_admin_passw_hash: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGmdSvy3s/j7tn6OnyTTLmlV7SsN0lCUAFzxSop.