Correctly set variables for template
This commit is contained in:
parent
c428ec06fa
commit
3744718f8c
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
||||||
'mail_badpass',
|
'mail_badpass',
|
||||||
'secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"'
|
'secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"'
|
||||||
]}) %}
|
]}) %}
|
||||||
|
{%- set generic_defaults = defaults.get('generic', []) %}
|
||||||
|
{%- set user_list_defaults = defaults.get('user_list', {}) %}
|
||||||
|
{%- set host_list_defaults = defaults.get('host_list', {}) %}
|
||||||
|
{%- set command_list_defaults = defaults.get('command_list', {}) %}
|
||||||
|
{%- set runas_list_defaults = defaults.get('runas_list', {}) %}
|
||||||
{%- set users = sudoers.get('users', {'root': 'ALL=(ALL:ALL) ALL'}) %}
|
{%- set users = sudoers.get('users', {'root': 'ALL=(ALL:ALL) ALL'}) %}
|
||||||
{%- set groups = sudoers.get('groups', {'sudo': 'ALL=(ALL:ALL) ALL'}) %}
|
{%- set groups = sudoers.get('groups', {'sudo': 'ALL=(ALL:ALL) ALL'}) %}
|
||||||
{%- else %}
|
{%- else %}
|
||||||
|
|
Loading…
Reference in a new issue