mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-13 20:52:54 +01:00
fix whitespace for multiple hypervisors
This commit is contained in:
@@ -3,10 +3,8 @@
|
||||
https://securityonion.net/license; you may not use this file except in compliance with the
|
||||
Elastic License 2.0. #}
|
||||
|
||||
{#- https://docs.saltproject.io/en/latest/topics/cloud/misc.html #}
|
||||
|
||||
{%- for role, hosts in HYPERVISORS.items() %}
|
||||
{%- for host in hosts.keys() -%}
|
||||
{%- for host in hosts.keys() %}
|
||||
|
||||
sool9-{{host}}:
|
||||
provider: kvm-ssh-{{host}}
|
||||
@@ -20,10 +18,6 @@ sool9-{{host}}:
|
||||
minion:
|
||||
master: {{ grains.host }}
|
||||
master_port: 4506
|
||||
#startup_states: sls
|
||||
#sls_list:
|
||||
# - setup.virt.initial_schedule
|
||||
# - setup.virt.setHostname
|
||||
use_superseded:
|
||||
- module.run
|
||||
features:
|
||||
@@ -52,7 +46,6 @@ sool9-{{host}}:
|
||||
- |
|
||||
salt-call state.apply setup.virt \
|
||||
pillar='{"host": {"mainint": "enp1s0"}}'
|
||||
# grains to add to the minion
|
||||
|
||||
{%- endfor %}
|
||||
{%- endfor %}
|
||||
|
||||
Reference in New Issue
Block a user