File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
provision-contest/ansible Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4646 tags : prometheus_target_all
4747 when : GRAFANA_MONITORING
4848 handlers :
49- - include : handlers.yml
49+ - import_tasks : handlers.yml
5050 tasks :
5151 - name : Install common required/useful packages
5252 tags : packages
Original file line number Diff line number Diff line change 77 host_type : cds
88 become : true
99 handlers :
10- - include : handlers.yml
10+ - import_tasks : handlers.yml
1111 roles :
1212 - role : base_packages
1313 tags : base_packages
Original file line number Diff line number Diff line change 5959 tags : prometheus_target_all
6060 when : GRAFANA_MONITORING
6161 handlers :
62- - include : handlers.yml
62+ - import_tasks : handlers.yml
6363 tasks :
6464 - name : Install domserver required packages
6565 apt :
Original file line number Diff line number Diff line change 55 host_type : grafana
66 become : true
77 handlers :
8- - include : handlers.yml
8+ - import_tasks : handlers.yml
99 roles :
1010 - role : base_packages
1111 tags : base_packages
Original file line number Diff line number Diff line change 3939 tags : prometheus_target_all
4040 when : GRAFANA_MONITORING
4141 handlers :
42- - include : handlers.yml
42+ - import_tasks : handlers.yml
4343 pre_tasks :
4444 - name : Check if the service is already available
4545 stat :
Original file line number Diff line number Diff line change 77 host_type : mgmt
88 become : true
99 handlers :
10- - include : handlers.yml
10+ - import_tasks : handlers.yml
1111 roles :
1212 - role : base_packages
1313 tags : base_packages
Original file line number Diff line number Diff line change 88 GRAPHICAL : true
99 become : true
1010 handlers :
11- - include : handlers.yml
11+ - import_tasks : handlers.yml
1212 roles :
1313 - role : base_packages
1414 tags : base_packages
Original file line number Diff line number Diff line change 88 GRAPHICAL : true
99 become : true
1010 handlers :
11- - include : handlers.yml
11+ - import_tasks : handlers.yml
1212 roles :
1313 - role : base_packages
1414 tags : base_packages
Original file line number Diff line number Diff line change 77 host_type : scoreboard
88 become : true
99 handlers :
10- - include : handlers.yml
10+ - import_tasks : handlers.yml
1111 roles :
1212 - role : base_packages
1313 tags : base_packages
You can’t perform that action at this time.
0 commit comments