Init salted salt + minion pillar
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
a1782581bb
commit
11620c863c
@ -1,4 +1,6 @@
|
||||
include:
|
||||
- role.salt.common
|
||||
- role.salt.minion
|
||||
- secret.common
|
||||
|
||||
managed_header_pound: |
|
||||
|
2
pillar/role/salt/common.sls
Normal file
2
pillar/role/salt/common.sls
Normal file
@ -0,0 +1,2 @@
|
||||
salt:
|
||||
hash_type: sha512
|
5
pillar/role/salt/minion.sls
Normal file
5
pillar/role/salt/minion.sls
Normal file
@ -0,0 +1,5 @@
|
||||
salt:
|
||||
minion_remove_config: True
|
||||
minion:
|
||||
master_type: str
|
||||
master: {{ pillar['netbox']['config_context']['salt_master'] }}
|
@ -1,3 +1,3 @@
|
||||
include:
|
||||
- role.minion
|
||||
- role.salt.minion
|
||||
- common.{{ grains['os'] | lower }}
|
||||
|
@ -1,2 +1,3 @@
|
||||
include:
|
||||
- profile.salt.grains
|
||||
- salt.minion
|
Loading…
Reference in New Issue
Block a user