generated from linux-system-roles/template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
0 additions
and
69 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,12 @@ | ||
# SPDX-License-Identifier: MIT | ||
--- | ||
# Put the role's internal variables here that are not distribution specific. | ||
# You can override these by defining the same variable with a different | ||
# value in a platform/version specific file in vars/ | ||
|
||
# Examples of non-distribution specific (generic) internal variables: | ||
__sudo_sudoers_config: /etc/sudoers | ||
__sudo_packages: sudo | ||
__sudo_services: [] | ||
# ansible_facts required by the role | ||
__sudo_required_facts: | ||
- distribution | ||
- distribution_major_version | ||
- distribution_version | ||
- os_family | ||
# the subsets of ansible_facts that need to be gathered in case any of the | ||
# facts in required_facts is missing; see the documentation of | ||
# the 'gather_subset' parameter of the 'setup' module | ||
__sudo_required_facts_subsets: "{{ ['!all', '!min'] + | ||
__sudo_required_facts }}" |