Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
makhoninvit authored and Vitaliy Makhonin committed Jul 26, 2024
1 parent 521f5f5 commit b8ddce0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/agent_install_monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
- name: install monitoring
hosts: all
become: yes
vars_files:
- ../vars/{{ val_prj }}.yaml
roles:
- vars_shortcode_mapping
- validator_config_load
Expand Down
2 changes: 2 additions & 0 deletions playbooks/agent_remove_validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
- name: Remove validator
hosts: all
become: yes
vars_files:
- ../vars/{{ val_prj }}.yaml
roles:
- validator_remove
2 changes: 2 additions & 0 deletions playbooks/agent_restart_validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
- name: restart validator
hosts: all
become: yes
vars_files:
- ../vars/{{ val_prj }}.yaml
tags:
- validator.cluster.restart
roles:
Expand Down

0 comments on commit b8ddce0

Please sign in to comment.