Skip to content

Commit

Permalink
Conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Honigeintopf committed Oct 22, 2024
1 parent 2dd7f7a commit e0714e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions partition/roles/mgmt-firewall/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
- name: Change location Name
ansible.builtin.raw: |
uci set snmpd.@system[0].sysName={{mgmt_firewall_location_name}}
uci set system.system.devicename={{mgmt_firewall_device_name}}
uci set system.system.hostname={{mgmt_firewall_location_name}}
uci set snmpd.@system[0].sysName='{{ mgmt_firewall_location_name }}'
uci set system.system.devicename='{{ mgmt_firewall_device_name }}'
uci set system.system.hostname='{{ mgmt_firewall_location_name }}'
uci set system.system.zoneName='Europe/Berlin'
uci set system.system.timezone='CET-1CEST,M3.5.0,M10.5.0/3'
uci commit snmpd
Expand Down

0 comments on commit e0714e5

Please sign in to comment.