mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
mine for hyper
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
{% if grains.role == 'so-hypervisor' %}
|
||||
{% set interface = 'br0' %}
|
||||
{% else %}
|
||||
{% set interface = pillar.host.mainint %}
|
||||
{% endif %}
|
||||
|
||||
mine_interval: 25
|
||||
mine_functions:
|
||||
network.ip_addrs:
|
||||
- interface: {{ pillar.host.mainint }}
|
||||
- interface: {{ interface }}
|
||||
{%- if grains.role in ['so-eval','so-import','so-manager','so-managersearch','so-standalone'] %}
|
||||
x509.get_pem_entries:
|
||||
- glob_path: '/etc/pki/ca.crt'
|
||||
|
||||
@@ -629,7 +629,6 @@ if ! [[ -f $install_opt_file ]]; then
|
||||
check_requirements
|
||||
networking_needful
|
||||
configure_hyper_bridge
|
||||
MNIC=br0
|
||||
collect_mngr_hostname
|
||||
add_mngr_ip_to_hosts
|
||||
check_manager_connection
|
||||
|
||||
Reference in New Issue
Block a user