Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sympa-ansible
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
sympa
sympa-ansible
Commits
ee0dc601
Unverified
Commit
ee0dc601
authored
4 years ago
by
Stefan Hornburg (Racke)
Browse files
Options
Downloads
Patches
Plain Diff
Turn off SOAP service by default (#60).
parent
5814fc4c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+5
-0
5 additions, 0 deletions
README.md
roles/sympa/defaults/main.yml
+1
-1
1 addition, 1 deletion
roles/sympa/defaults/main.yml
with
6 additions
and
1 deletion
README.md
+
5
−
0
View file @
ee0dc601
...
@@ -302,6 +302,11 @@ All parameters can't be defined in the playbook. Only the few below. Don't hesit
...
@@ -302,6 +302,11 @@ All parameters can't be defined in the playbook. Only the few below. Don't hesit
-
`arc_path`
: full path to the directory where the lists archives will be stored.
-
`arc_path`
: full path to the directory where the lists archives will be stored.
### Sympa web
The SOAP server is disabled by default. To turn it on, set
`sympa.soap.enabled`
to true.
## Common namespace
## Common namespace
### Web configuration
### Web configuration
...
...
This diff is collapsed.
Click to expand it.
roles/sympa/defaults/main.yml
+
1
−
1
View file @
ee0dc601
...
@@ -61,7 +61,7 @@ sympa:
...
@@ -61,7 +61,7 @@ sympa:
web
:
web
:
domain
:
lists.example.com
domain
:
lists.example.com
sympasoap
:
sympasoap
:
enabled
:
tru
e
enabled
:
fals
e
db
:
db
:
type
:
mysql
type
:
mysql
app_user
:
sympa
app_user
:
sympa
...
...
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