X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=ansible%2Fhost_vars%2Ftorwaechter%2Fmain.yml;h=f50f8f91e58fc51ecf1a0b2b573825fbca307588;hb=fae1230549884ec86913f77815bbacdf4b85b725;hp=86575c9108dcc04fa317b8d14982682c932e2387;hpb=47fbe911e347274a0522c1cdb8e5d0d5a2f695f4;p=noc.git diff --git a/ansible/host_vars/torwaechter/main.yml b/ansible/host_vars/torwaechter/main.yml index 86575c9..f50f8f9 100644 --- a/ansible/host_vars/torwaechter/main.yml +++ b/ansible/host_vars/torwaechter/main.yml @@ -20,21 +20,21 @@ openwrt_mixin: # Go binaries /usr/local/bin/door_client: mode: '0755' - file: "{{ playbook_dir }}/.cache/openwrt/tuer/door_and_sensors/door_client/door_client" + file: "{{ global_cache_dir }}/{{ inventory_hostname }}/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" + file: "{{ global_cache_dir }}/{{ inventory_hostname }}/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" + file: "{{ global_cache_dir }}/{{ inventory_hostname }}/door_and_sensors/update-keys/update-keys" /usr/local/bin/authorized_keys.sh: mode: '0755' - file: "{{ playbook_dir }}/files/tuer/authorized_keys.sh" + file: "{{ global_artifacts_dir }}/{{ inventory_hostname }}/authorized_keys.sh" /usr/local/bin/update-keys-from-stdin.sh: mode: '0755' - file: "{{ playbook_dir }}/files/tuer/update-keys-from-stdin.sh" + file: "{{ global_artifacts_dir }}/{{ inventory_hostname }}/update-keys-from-stdin.sh" /etc/ssh/sshd_config: content: | @@ -105,10 +105,10 @@ openwrt_uci: ifname: eth0 accept_ra: 0 proto: static - ipaddr: 192.168.33.7 + ipaddr: 192.168.32.100 netmask: 255.255.255.0 - gateway: 192.168.33.1 - dns: 192.168.33.1 + gateway: 192.168.32.254 + dns: 192.168.32.254 dns_search: realraum.at