25 lines
528 B
Plaintext
25 lines
528 B
Plaintext
include:
|
|
- softwares.sudo
|
|
|
|
NadineUser:
|
|
user.present:
|
|
- name: nadine
|
|
- fullname: Nadine Clement
|
|
- uid: 5829
|
|
- shell: /bin/bash
|
|
# - hash_password: True
|
|
# - password: Monpremiermotdepasse
|
|
- empty_password: True
|
|
- optional_groups:
|
|
- vboxusers
|
|
{% if grains['os_family'] == 'Debian' %}
|
|
{% if grains['os']== "Ubuntu" %}
|
|
- cdrom
|
|
- dip
|
|
- plugdev
|
|
- sambashare
|
|
{% endif %}
|
|
{% elif grains['os_family'] == 'RedHat' %}
|
|
# - wheel
|
|
- printadmin
|
|
{% endif %} |