This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
wiki
Watch
16
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
on utilise le module group
master
Daniel Jakots
3 years ago
parent
757b54742e
commit
770e27e772
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
HowtoAnsible.md
+ 9
- 0
HowtoAnsible.md
View File
@ -178,6 +178,15 @@ Voici quelques exemples de modules que nous utilisons :
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
) :
~~~{.yaml}
Write
Preview
Loading…
Cancel
Save