2
0
mirror of https://github.com/schnidrig/openhab-ansible synced 2026-01-12 00:48:46 +01:00

docker stuff

This commit is contained in:
Christian Schnidrig
2021-03-01 08:54:42 +01:00
parent 7bccead600
commit d2e8ae6a9d
6 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
- name: create scripts dir
file:
dest: "/home/pi/bin"
state: directory
- name: create scripts
template:
src: "{{ item }}.sh"
dest: "/home/pi/bin/{{ item }}"
owner: root
group: root
mode: "u=rwx,g=xr,o=rx"
loop:
- client
- backup