File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 88 - ' feature/**'
99 - ' fix/**'
1010 - ' !doc/**'
11+ paths :
12+ - ' plugins/**'
1113 pull_request :
1214 branches :
1315 - ' feature/**'
Original file line number Diff line number Diff line change 99 host : 127.0.0.1
1010 user : icingaweb
1111 password : icingaweb
12- icingaweb2_database_import_schema : true
13- icingadb_database_import_schema : true
12+ icingaweb2_database_import_schema : false
13+ icingadb_database_import_schema : false
1414 mysql_innodb_file_format : barracuda
1515 mysql_innodb_large_prefix : 1
1616 mysql_innodb_file_per_table : 1
7474 collections :
7575 - icinga.icinga
7676 pre_tasks :
77- - include_role :
77+ - ansible.builtin. include_role :
7878 name : repos
79- - include_role :
80- name : geerlingguy.mysql
81- - include_role :
79+ # - ansible.builtin. include_role:
80+ # name: geerlingguy.mysql
81+ - ansible.builtin. include_role :
8282 name : icinga2
83- - include_role :
83+ - ansible.builtin. include_role :
8484 name : icingadb
85- - include_role :
85+ - ansible.builtin. include_role :
8686 name : icingadb_redis
8787
8888 post_tasks :
89- - include_role :
89+ - ansible.builtin. include_role :
9090 name : icingaweb2
Original file line number Diff line number Diff line change @@ -2,5 +2,3 @@ dependency:
22 name : galaxy
33 options :
44 role-file : requirements.yml
5- env :
6- ANSIBLE_ROLES_PATH : .ansible/roles
You can’t perform that action at this time.
0 commit comments