Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Switched from :any: to :envvar: to refer to variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Jun 19, 2016
1 parent 72bc60e commit 61c1e31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,31 +59,31 @@ fuse_restrict_access: False
# .. envvar:: fuse_group
#
# Name of the system group ob ``/dev/fuse``.
# Only users who are members of the :any:`fuse_group` and ``root`` are allowed
# to use FUSE when :any:`fuse_restrict_access` is ``True``.
# Only users who are members of the :envvar:`fuse_group` and ``root`` are allowed
# to use FUSE when :envvar:`fuse_restrict_access` is ``True``.
fuse_group: 'fuse'


# .. envvar:: fuse_group
#
# Unix permissions of ``/dev/fuse``.
# It defaults to ``0600`` so that only the file owner (``root``) and users in
# the :any:`fuse_group` have access to FUSE.
# the :envvar:`fuse_group` have access to FUSE.
fuse_permissions: '0660'


# .. envvar:: fuse_users
#
# Which users should be allowed to use FUSE?
# Only takes affect when :any:`fuse_restrict_access` is ``True``.
# Only takes affect when :envvar:`fuse_restrict_access` is ``True``.
# This variable is intended to be used in Ansible’s global inventory.
fuse_users: []


# .. envvar:: fuse_users_host_group
#
# Which users should be allowed to use FUSE?
# Only takes affect when :any:`fuse_restrict_access` is ``True``.
# Only takes affect when :envvar:`fuse_restrict_access` is ``True``.
# This variable is intended to be used in a host inventory group of Ansible
# (only one host group is supported).
fuse_users_host_group: []
Expand All @@ -92,7 +92,7 @@ fuse_users_host_group: []
# .. envvar:: fuse_users_host
#
# Which users should be allowed to use FUSE?
# Only takes affect when :any:`fuse_restrict_access` is ``True``.
# Only takes affect when :envvar:`fuse_restrict_access` is ``True``.
# This variable is intended to be used in the inventory of the host.
fuse_users_host: []

Expand Down

0 comments on commit 61c1e31

Please sign in to comment.