mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
71841e0d6b
4 changed files with 310 additions and 10 deletions
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
||||||
- include_tasks: admin-user.yml
|
- include_tasks: admin-user.yml
|
||||||
tags:
|
tags:
|
||||||
- base
|
- base
|
||||||
when: auto_admin
|
when: admin_install
|
||||||
|
|
||||||
- include_tasks: access.yml
|
- include_tasks: access.yml
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -33,14 +33,14 @@ iiab_admin_user: iiab-admin
|
||||||
# Obtain a password hash with:
|
# Obtain a password hash with:
|
||||||
# python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
# python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
||||||
iiab_admin_passw_hash: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGmdSvy3s/j7tn6OnyTTLmlV7SsN0lCUAFzxSop.
|
iiab_admin_passw_hash: $6$xsce51$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGmdSvy3s/j7tn6OnyTTLmlV7SsN0lCUAFzxSop.
|
||||||
auto_admin: True
|
admin_install: True
|
||||||
|
|
||||||
# Set auto_admin: False if you don't want iiab_admin_user & wheel group to be
|
# Set admin_install: False if you don't want iiab_admin_user & wheel group
|
||||||
# auto-created in roles/iiab-admin/tasks/main.yml, thereby disabling sudo-based
|
# auto-created in roles/iiab-admin/tasks/main.yml, thereby disabling sudo-based
|
||||||
# warnings on use of published passwords like pi/raspberry & iiab-admin/g0adm1n
|
# warnings on use of published passwords like pi/raspberry & iiab-admin/g0adm1n
|
||||||
|
|
||||||
# If auto_admin: False, set iiab_admin_user (above) to an existing Linux user
|
# If admin_install: False, set iiab_admin_user (above) to an existing Linux
|
||||||
# that has sudo access, so you can login to Admin Console @ http://box/admin
|
# user that has sudo access, so you can login to Admin Console http://box/admin
|
||||||
|
|
||||||
# Languages
|
# Languages
|
||||||
default_language: en
|
default_language: en
|
||||||
|
|
|
@ -15,14 +15,14 @@ iiab_admin_user: iiab-admin
|
||||||
# Obtain a password hash with:
|
# Obtain a password hash with:
|
||||||
# python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
# python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
||||||
# iiab_admin_passw_hash:
|
# iiab_admin_passw_hash:
|
||||||
auto_admin: True
|
admin_install: True
|
||||||
|
|
||||||
# Set auto_admin: False if you don't want iiab_admin_user & wheel group to be
|
# Set admin_install: False if you don't want iiab_admin_user & wheel group
|
||||||
# auto-created in roles/iiab-admin/tasks/main.yml, thereby disabling sudo-based
|
# auto-created in roles/iiab-admin/tasks/main.yml, thereby disabling sudo-based
|
||||||
# warnings on use of published passwords like pi/raspberry & iiab-admin/g0adm1n
|
# warnings on use of published passwords like pi/raspberry & iiab-admin/g0adm1n
|
||||||
|
|
||||||
# If auto_admin: False, set iiab_admin_user (above) to an existing Linux user
|
# If admin_install: False, set iiab_admin_user (above) to an existing Linux
|
||||||
# that has sudo access, so you can login to Admin Console @ http://box/admin
|
# user that has sudo access, so you can login to Admin Console http://box/admin
|
||||||
|
|
||||||
iiab_hostname: box
|
iiab_hostname: box
|
||||||
iiab_domain: lan
|
iiab_domain: lan
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue