roles/openwrt-image: Support creating users/groups
[noc.git] / ansible / tuer.yml
index 29af04f..004804d 100644 (file)
                 PasswordAuth: off
                 RootPasswordAuth: off
                 Port: 22000
+
+        openwrt_mounts:
+          - path: /run
+            src: none
+            fstype: tmpfs
+            opts: nosuid,nodev,noexec,noatime
+
+        openwrt_users:
+          tuerd: {}
+          tuergit:
+            home:  /var/tuer
+            shell: /usr/bin/git-shell
+          tuerctl:
+            shell: /bin/false # TODO fixme