From 699669fed8868109362f45273a8c6574072ad5e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Fri, 3 May 2019 18:44:20 +0200 Subject: [PATCH] avec un mot de passe --- Users/iwan.sls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Users/iwan.sls b/Users/iwan.sls index 20ba05a..15ec2fd 100644 --- a/Users/iwan.sls +++ b/Users/iwan.sls @@ -6,6 +6,9 @@ IwanUser: - name: iwan - fullname: Iwan CLEMENT - shell: /bin/bash + - hash_password: True + - password: Ar1stide_ + - empty_password: False - optional_groups: - vboxusers {% if grains['os_family'] == 'Debian' %}