diff --git a/salt/salt/cloud/cloud.profiles.d/socloud.conf.jinja b/salt/salt/cloud/cloud.profiles.d/socloud.conf.jinja index 128dc9fc6..0b795a8ab 100644 --- a/salt/salt/cloud/cloud.profiles.d/socloud.conf.jinja +++ b/salt/salt/cloud/cloud.profiles.d/socloud.conf.jinja @@ -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 %}