fullname: B User | fullname: B User | ||||
password: $6$w............. | password: $6$w............. | ||||
home: /custom/buser | home: /custom/buser | ||||
createhome: True | |||||
sudouser: True | sudouser: True | ||||
sudo_rules: | sudo_rules: | ||||
- ALL=(root) /usr/bin/find | - ALL=(root) /usr/bin/find |
{% if 'fullname' in user %} | {% if 'fullname' in user %} | ||||
- fullname: {{ user['fullname'] }} | - fullname: {{ user['fullname'] }} | ||||
{% endif -%} | {% endif -%} | ||||
{% if not user.get('createhome', True) %} | |||||
- createhome: False | |||||
{% endif %} | |||||
- groups: | - groups: | ||||
- {{ user_group }} | - {{ user_group }} | ||||
{% for group in user.get('groups', []) -%} | {% for group in user.get('groups', []) -%} |