29 lines
608 B
Plaintext
29 lines
608 B
Plaintext
include:
|
|
- softwares.sudo
|
|
|
|
AndreUser:
|
|
user.present:
|
|
- name: henri
|
|
- fullname: Henri Clément
|
|
- allow_uid_change: True
|
|
- allow_gid_change: True
|
|
- uid: 3645
|
|
# - gid: 3645
|
|
- shell: /bin/bash
|
|
- hash_password: False
|
|
- password: IwanThibaud
|
|
- empty_password: False
|
|
- optional_groups:
|
|
- vboxusers
|
|
{% if grains['os_family'] == 'Debian' %}
|
|
{% if grains['os']== "Ubuntu" %}
|
|
- cdrom
|
|
- dip
|
|
- plugdev
|
|
- sambashare
|
|
- lpadmin
|
|
{% endif %}
|
|
{% elif grains['os_family'] == 'RedHat' %}
|
|
# - wheel
|
|
- printadmin
|
|
{% endif %} |