5 - name: Create go directories
7 path: .cache/openwrt/tuer/{{ item }}
9 with_items: [ gopath, gocache ]
11 - name: Clone necessary git repositories
13 repo: https://github.com/realraum/{{ item }}.git
14 dest: .cache/openwrt/tuer/{{ item }}
16 with_items: [ door_and_sensors ]
18 - name: Download dependencies
19 command: go get -d ./...
21 chdir: .cache/openwrt/tuer/door_and_sensors/{{ item }}
23 GOCACHE: "{{ playbook_dir }}/.cache/openwrt/tuer/gocache"
24 GOPATH: "{{ playbook_dir }}/.cache/openwrt/tuer/gopath"
25 with_items: [ door_client, door_daemon, update-keys ]
27 - name: Cross-compile Go binaries
28 command: go build -ldflags "-s"
30 chdir: .cache/openwrt/tuer/door_and_sensors/{{ item }}
32 GOCACHE: "{{ playbook_dir }}/.cache/openwrt/tuer/gocache"
33 GOPATH: "{{ playbook_dir }}/.cache/openwrt/tuer/gopath"
38 with_items: [ door_client, door_daemon, update-keys ]
42 delegate_to: localhost
46 openwrt_output_image_suffixes:
47 - combined-ext4.img.gz
48 - combined-squashfs.img
49 openwrt_packages_remove:
64 openwrt_packages_extra:
69 /usr/local/bin/door_client:
71 file: "{{ playbook_dir }}/.cache/openwrt/tuer/door_and_sensors/door_client/door_client"
72 /usr/local/bin/door_daemon:
74 file: "{{ playbook_dir }}/.cache/openwrt/tuer/door_and_sensors/door_daemon/door_daemon"
75 /usr/local/bin/update-keys:
77 file: "{{ playbook_dir }}/.cache/openwrt/tuer/door_and_sensors/update-keys/update-keys"
81 config interface 'loopback'
84 option ipaddr '127.0.0.1'
85 option netmask '255.0.0.0'
87 config globals 'globals'
88 option ula_prefix 'fdc9:e01f:83db::/48'
90 config interface 'lan'
94 option ipaddr '192.168.33.7'
95 option netmask '255.255.255.0'
96 option gateway '192.168.33.1'
97 option dns '192.168.33.1'
98 option dns_search 'realraum.at'
100 /etc/config/dropbear:
103 option PasswordAuth 'off'
104 option RootPasswordAuth 'off'
107 /etc/dropbear/authorized_keys:
110 {% for key in noc_ssh_keys %}