mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Update main.yml
This commit is contained in:
parent
5039b42942
commit
77ab2ffd31
1 changed files with 5 additions and 1 deletions
|
@ -1,10 +1,14 @@
|
|||
# Summary of how this works with IIAB's Admin Console etc:
|
||||
# https://github.com/iiab/iiab/blob/master/roles/iiab-admin/README.rst
|
||||
|
||||
|
||||
- name: Install lynx, screen
|
||||
include_tasks: access.yml
|
||||
|
||||
- name: Install sudo & /etc/sudoers with logging to /var/log/sudo.log
|
||||
include_tasks: sudo-prereqs.yml
|
||||
|
||||
- name: Configure user iiab-admin / password and its groups, if iiab_admin_user_install
|
||||
- name: Configure user iiab-admin / password and its group(s), if iiab_admin_user_install
|
||||
include_tasks: admin-user.yml
|
||||
when: iiab_admin_user_install | bool
|
||||
|
||||
|
|
Loading…
Reference in a new issue