mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 19:52:51 +01:00
manager needs ssh config. need -r to ignore bootstrap provided repos
This commit is contained in:
@@ -14,7 +14,7 @@ sool9-{{host}}:
|
|||||||
private_key: /etc/ssh/auth_keys/soqemussh/id_ed25519
|
private_key: /etc/ssh/auth_keys/soqemussh/id_ed25519
|
||||||
sudo: True
|
sudo: True
|
||||||
deploy_command: sh /tmp/.saltcloud-*/deploy.sh
|
deploy_command: sh /tmp/.saltcloud-*/deploy.sh
|
||||||
script_args: -F -x python3 stable 3006.9
|
script_args: -r -F -x python3 stable 3006.9
|
||||||
minion:
|
minion:
|
||||||
master: {{ grains.host }}
|
master: {{ grains.host }}
|
||||||
master_port: 4506
|
master_port: 4506
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
include:
|
include:
|
||||||
- libvirt.packages
|
- libvirt.packages
|
||||||
|
- libvirt.ssh.users
|
||||||
|
|
||||||
install_salt_cloud:
|
install_salt_cloud:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
|
|||||||
Reference in New Issue
Block a user