chore: ansible ioc/service master restart
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
- name: Deploy and Restart Master Service
|
||||
import_playbook: ../plays/service/service-deploy-and-restart-master.yml
|
||||
|
||||
- name: Install and Restart New IOC
|
||||
import_playbook: ../plays/ioc/ioc-install-and-restart.yml
|
||||
# - name: Install and Restart New IOC
|
||||
# import_playbook: ../plays/ioc/ioc-install-and-restart.yml
|
||||
+4
-1
@@ -6,5 +6,8 @@ Set vars on command line:
|
||||
|
||||
```
|
||||
cd ansible
|
||||
ansible-playbook add-new-service.yml -i hosts.yml --extra-vars="agebd_env=dev"
|
||||
ansible-playbook ansible/playbooks/add-new-service.yml \
|
||||
-i ansible/hosts.yml \
|
||||
--extra-vars="repo_root=${{ github.workspace }} agebd_env=dev service_dir_name=<service dir name>" \
|
||||
-v
|
||||
```
|
||||
Reference in New Issue
Block a user