X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=ansible%2Ftuer.yml;h=1ed9f12c8f2ec1ceb332be6512918e20fda7614b;hb=4582c57b9fe0d77f0997c08f471a1ae38c52377f;hp=9989e0de8ffa5fd0c5a972a46e770388bbe57d8a;hpb=3751b141f2abac4c5e2d188846966bef7d4f3eff;p=noc.git diff --git a/ansible/tuer.yml b/ansible/tuer.yml index 9989e0d..1ed9f12 100644 --- a/ansible/tuer.yml +++ b/ansible/tuer.yml @@ -67,10 +67,13 @@ openwrt_mixin: # Go binaries /usr/local/bin/door_client: + mode: 0755 file: "{{ playbook_dir }}/.cache/openwrt/tuer/door_and_sensors/door_client/door_client" /usr/local/bin/door_daemon: + mode: 0755 file: "{{ playbook_dir }}/.cache/openwrt/tuer/door_and_sensors/door_daemon/door_daemon" /usr/local/bin/update-keys: + mode: 0755 file: "{{ playbook_dir }}/.cache/openwrt/tuer/door_and_sensors/update-keys/update-keys" /etc/config/network: @@ -101,8 +104,8 @@ option RootPasswordAuth 'off' option Port '22000' - # TODO: mode needs to be 0600 /etc/dropbear/authorized_keys: + mode: 0600 content: |- {% for key in noc_ssh_keys %} {{ key }}