Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nounous
Ansible
Commits
0bee0510
Commit
0bee0510
authored
4 years ago
by
Benjamin Graillot
Committed by
Benjamin Graillot
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[home] fix names
parent
c48b1d56
No related branches found
No related tags found
1 merge request
!125
Home
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/home/tasks/main.yml
+5
-5
5 additions, 5 deletions
roles/home/tasks/main.yml
with
5 additions
and
5 deletions
roles/home/tasks/main.yml
+
5
−
5
View file @
0bee0510
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment