Merge pull request #153 from defensivedepth/master

Playbook - scripts
This commit is contained in:
Mike Reeves
2019-12-06 15:02:17 -05:00
committed by GitHub
3 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1 @@
sudo docker exec so-soctopus python3 playbook_bulk-update.py

View File

@@ -0,0 +1 @@
sudo docker exec so-soctopus python3 playbook_play-sync.py

View File

@@ -56,3 +56,9 @@ so-navigator:
- /opt/so/conf/playbook/nav_layer_playbook.json:/nav-app/src/assets/playbook.json:ro
- port_bindings:
- 0.0.0.0:4200:4200
/usr/sbin/so-playbook-sync:
cron.present:
- identifier: so-playbook-sync
- user: root
- minute: '*/5'