22
0
Fork 0

on utilise le module group

This commit is contained in:
Daniel Jakots 2017-06-06 10:11:48 -04:00
parent 757b54742e
commit 770e27e772
1 changed files with 9 additions and 0 deletions

View File

@ -178,6 +178,15 @@ Voici quelques exemples de modules que nous utilisons :
password: '$6$k/Fg76xH' password: '$6$k/Fg76xH'
~~~ ~~~
* Module [group](http://docs.ansible.com/ansible/group_module.html) :
~~~{.yaml}
- group:
state: present
name: "{{ name }}"
gid: "{{ uid }}"
~~~
* Module [stat](http://docs.ansible.com/ansible/stat_module.html) : * Module [stat](http://docs.ansible.com/ansible/stat_module.html) :
~~~{.yaml} ~~~{.yaml}