Compare commits
No commits in common. "3d7f4ae4b529a29fcacc5d423824c56764b18e2c" and "a1782581bb5124ecee97baa86ef8a312ad4828d0" have entirely different histories.
3d7f4ae4b5
...
a1782581bb
@ -1,6 +1,4 @@
|
||||
include:
|
||||
- role.salt.common
|
||||
- role.salt.minion
|
||||
- secret.common
|
||||
|
||||
managed_header_pound: |
|
||||
|
@ -1,2 +0,0 @@
|
||||
salt:
|
||||
hash_type: sha512
|
@ -1,11 +0,0 @@
|
||||
{%- set myconfig = pillar['netbox']['config_context'] -%}
|
||||
|
||||
salt:
|
||||
minion_remove_config: True
|
||||
minion:
|
||||
master_type: True
|
||||
master: {{ myconfig['salt_master'] }}
|
||||
{%- if 'roles' in myconfig and myconfig['roles'] | length > 0 %}
|
||||
grains:
|
||||
roles: {{ myconfig['roles'] }}
|
||||
{%- endif %}
|
@ -1,3 +1,3 @@
|
||||
include:
|
||||
- role.salt.minion
|
||||
- role.minion
|
||||
- common.{{ grains['os'] | lower }}
|
||||
|
2
salt/role/minion.sls
Normal file
2
salt/role/minion.sls
Normal file
@ -0,0 +1,2 @@
|
||||
include:
|
||||
- profile.salt.grains
|
@ -1,2 +0,0 @@
|
||||
include:
|
||||
- salt.minion
|
Loading…
x
Reference in New Issue
Block a user