mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
removed empty choices from files
This commit is contained in:
parent
78985e5c33
commit
da6d15d1f9
1 changed files with 0 additions and 7 deletions
|
@ -24,25 +24,21 @@ options:
|
||||||
mode:
|
mode:
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
choices: []
|
|
||||||
description:
|
description:
|
||||||
- mode the file or directory should be, such as 0644 as would be fed to I(chmod). As of version 1.8, the mode may be specified as a symbolic mode (for example, C(u+rwx) or C(u=rw,g=r,o=r)).
|
- mode the file or directory should be, such as 0644 as would be fed to I(chmod). As of version 1.8, the mode may be specified as a symbolic mode (for example, C(u+rwx) or C(u=rw,g=r,o=r)).
|
||||||
owner:
|
owner:
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
choices: []
|
|
||||||
description:
|
description:
|
||||||
- name of the user that should own the file/directory, as would be fed to I(chown)
|
- name of the user that should own the file/directory, as would be fed to I(chown)
|
||||||
group:
|
group:
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
choices: []
|
|
||||||
description:
|
description:
|
||||||
- name of the group that should own the file/directory, as would be fed to I(chown)
|
- name of the group that should own the file/directory, as would be fed to I(chown)
|
||||||
seuser:
|
seuser:
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
choices: []
|
|
||||||
description:
|
description:
|
||||||
- user part of SELinux file context. Will default to system policy, if
|
- user part of SELinux file context. Will default to system policy, if
|
||||||
applicable. If set to C(_default), it will use the C(user) portion of the
|
applicable. If set to C(_default), it will use the C(user) portion of the
|
||||||
|
@ -50,19 +46,16 @@ options:
|
||||||
serole:
|
serole:
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
choices: []
|
|
||||||
description:
|
description:
|
||||||
- role part of SELinux file context, C(_default) feature works as for I(seuser).
|
- role part of SELinux file context, C(_default) feature works as for I(seuser).
|
||||||
setype:
|
setype:
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
choices: []
|
|
||||||
description:
|
description:
|
||||||
- type part of SELinux file context, C(_default) feature works as for I(seuser).
|
- type part of SELinux file context, C(_default) feature works as for I(seuser).
|
||||||
selevel:
|
selevel:
|
||||||
required: false
|
required: false
|
||||||
default: "s0"
|
default: "s0"
|
||||||
choices: []
|
|
||||||
description:
|
description:
|
||||||
- level part of the SELinux file context. This is the MLS/MCS attribute,
|
- level part of the SELinux file context. This is the MLS/MCS attribute,
|
||||||
sometimes known as the C(range). C(_default) feature works as for
|
sometimes known as the C(range). C(_default) feature works as for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue