Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webservices
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
infra
ansible-shared
webservices
Commits
eddff3ab
Commit
eddff3ab
authored
4 years ago
by
Robin Sonnabend
Browse files
Options
Downloads
Patches
Plain Diff
Escape bare octal values
parent
d2e0bfea
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
etherpad/tasks/main.yml
+5
-5
5 additions, 5 deletions
etherpad/tasks/main.yml
with
5 additions
and
5 deletions
etherpad/tasks/main.yml
+
5
−
5
View file @
eddff3ab
...
...
@@ -29,7 +29,7 @@
state
:
directory
owner
:
etherpad
group
:
etherpad
mode
:
0755
mode
:
'
0755
'
-
name
:
ensure we have the etherpad software
git
:
...
...
@@ -45,7 +45,7 @@
state
:
directory
owner
:
root
group
:
etherpad
mode
:
0750
mode
:
'
0750
'
-
name
:
ensure we have a mysql database for the etherpad
mysql_db
:
...
...
@@ -75,7 +75,7 @@
dest
:
"
/etc/etherpad/{{item.name}}-settings.json"
owner
:
root
group
:
etherpad
mode
:
0640
mode
:
'
0640
'
register
:
etherpad_config
with_items
:
"
{{etherpads}}"
notify
:
restart etherpad
...
...
@@ -96,7 +96,7 @@
dest
:
/etc/etherpad/{{item.name}}-apikey.txt
owner
:
root
group
:
etherpad
mode
:
0640
mode
:
'
0640
'
force
:
false
with_items
:
"
{{etherpads}}"
no_log
:
true
...
...
@@ -107,7 +107,7 @@
dest
:
/etc/systemd/system/etherpad@.service
owner
:
root
group
:
root
mode
:
0644
mode
:
'
0644
'
notify
:
reload systemd daemons
-
meta
:
flush_handlers
...
...
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