File tree Expand file tree Collapse file tree 6 files changed +28
-4
lines changed
monitoring/templates/grafana-dashboards
partition/roles/mgmt-firewall Expand file tree Collapse file tree 6 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 1212 - name : Test
1313 run : |
1414 make test
15+
16+ spelling :
17+ runs-on : ubuntu-latest
18+ steps :
19+ - uses : actions/checkout@v4
20+ - name : Check spelling
21+ uses : crate-ci/typos@master
Original file line number Diff line number Diff line change 1+ [default ]
2+ extend-ignore-re = [
3+ # This enables # spellchecker:disable-line
4+ " (?Rm)^.*(#|//)\\ s*spellchecker:disable-line$" ,
5+ # This enables # spellchecker:off/on
6+ " (?s)(#|//)\\ s*spellchecker:off.*?\\ n\\ s*(#|//)\\ s*spellchecker:on" ,
7+ ]
8+
9+ [default .extend-words ]
10+ nd = " nd"
11+ cacl = " cacl"
12+ CLOS = " CLOS"
13+ Sover = " Sover"
14+ syncd = " syncd"
15+
16+ [files ]
17+ extend-exclude = []
Original file line number Diff line number Diff line change @@ -2254,7 +2254,7 @@ data:
22542254 "refId": "A"
22552255 }
22562256 ],
2257- "title": "Tranceiver Info",
2257+ "title": "Transceiver Info",
22582258 "transformations": [
22592259 {
22602260 "id": "seriesToRows",
Original file line number Diff line number Diff line change 22galaxy_info :
33 role_name : zitadel-db
44 author : metal-stack
5- description : Deploys a database for the zitadel oidc proivder .
5+ description : Deploys a database for the zitadel oidc provider .
66 license : MIT
77 min_ansible_version : " 2.10"
88 galaxy_tags : []
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ mgmt_firewall_interfaces:
2626 - { option: '12', value: '' }
2727 mgmt_firewall_wan :
2828 default :
29- ip_adress : ' '
29+ ip_address : ' '
3030 gateway : ' '
3131 net_mask : ' '
3232 interfaces :
Original file line number Diff line number Diff line change 132132
133133 - name : Configure Default wan
134134 ansible.builtin.raw : |
135- uci set network.wan.ipaddr='{{mgmt_firewall_interfaces.mgmt_firewall_wan.default.ip_adress }}'
135+ uci set network.wan.ipaddr='{{mgmt_firewall_interfaces.mgmt_firewall_wan.default.ip_address }}'
136136 uci set network.wan.netmask='{{mgmt_firewall_interfaces.mgmt_firewall_wan.default.net_mask}}'
137137 uci set network.wan.gateway='{{mgmt_firewall_interfaces.mgmt_firewall_wan.default.gateway}}'
138138 uci add_list network.wan.dns='1.1.1.1'
You can’t perform that action at this time.
0 commit comments