mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 19:22:54 +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
|
||||
sudo: True
|
||||
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:
|
||||
master: {{ grains.host }}
|
||||
master_port: 4506
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
include:
|
||||
- libvirt.packages
|
||||
- libvirt.ssh.users
|
||||
|
||||
install_salt_cloud:
|
||||
pkg.installed:
|
||||
|
||||
Reference in New Issue
Block a user