Skip to content
Snippets Groups Projects
Commit 0bee0510 authored by Benjamin Graillot's avatar Benjamin Graillot Committed by Benjamin Graillot
Browse files

[home] fix names

parent c48b1d56
No related branches found
No related tags found
1 merge request!125Home
......@@ -9,7 +9,7 @@
retries: 3
until: apt_result is succeeded
- name: Create dns directory
- name: Create home directory
file:
path: /var/local/home
state: directory
......@@ -17,7 +17,7 @@
owner: root
group: nounou
- name: Set ACL for dns directory
- name: Set ACL for home directory
acl:
path: /var/local/home
default: true
......@@ -26,7 +26,7 @@
permissions: rwx
state: query
- name: Clone dns repository
- name: Clone home repository
git:
repo: 'http://gitlab.adm.crans.org/nounous/home.git'
dest: /var/local/home
......@@ -34,13 +34,13 @@
- name: Deploy re2o config
template:
src: dns/config.py.j2
src: home/config.py.j2
dest: /var/local/home/config.py
mode: 0600
owner: root
group: root
- name: Deploy cron for dns
- name: Deploy cron for home
template:
src: cron.d/home.j2
dest: /etc/cron.d/home
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment