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

initial commit

This commit is contained in:
Christian Schnidrig
2016-11-29 00:08:10 +01:00
parent 8643000910
commit 3a665afb54
30 changed files with 533 additions and 1 deletions

8
fix_nfs.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- hosts: controller
become: true
tasks:
- service: name=rpcbind state=restarted
- service: name=nfs-kernel-server state=restarted
- shell: chmod -R ugo+w /etc/openhab