mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Library functions and modules should be in the 3 man page section. Also the files should end in '.3'
This commit is contained in:
parent
53d24ef002
commit
85fb7c6d4b
45 changed files with 10 additions and 8 deletions
41
docs/man/man3/ansible.group.3
Normal file
41
docs/man/man3/ansible.group.3
Normal file
|
@ -0,0 +1,41 @@
|
|||
.TH ANSIBLE.GROUP 5 "2012-10-02" "0.8" "ANSIBLE MODULES"
|
||||
." generated from library/group
|
||||
.SH NAME
|
||||
group \- Add or remove groups
|
||||
." ------ DESCRIPTION
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
Manage presence of groups on a host.
|
||||
." ------ OPTIONS
|
||||
."
|
||||
."
|
||||
.SH OPTIONS
|
||||
|
||||
.IP state
|
||||
Whether the group should be present or not on the remote host.
|
||||
.IR Choices :
|
||||
present,absent. (default: present)
|
||||
.IP gid
|
||||
Optional \fIGID\fR to set for the group.
|
||||
.IP name
|
||||
Name of the group to manage.(required)
|
||||
.IP system
|
||||
If \fIyes\fR, indicates that the group created is a system group.
|
||||
.IR Choices :
|
||||
True,False. (default: no)."
|
||||
."
|
||||
." ------ NOTES
|
||||
."
|
||||
."
|
||||
." ------ EXAMPLES
|
||||
.SH EXAMPLES
|
||||
.PP
|
||||
.nf
|
||||
group name=somegroup state=present
|
||||
.fi
|
||||
." ------- AUTHOR
|
||||
.SH AUTHOR
|
||||
Stephen Fromm
|
||||
.SH SEE ALSO
|
||||
.IR ansible (1),
|
||||
.I http://ansible.github.com/modules.html#group
|
Loading…
Add table
Add a link
Reference in a new issue