Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zammad
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
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
Ansible
Roles
Zammad
Commits
87962c09
Commit
87962c09
authored
5 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
ansible-playbooks/general#85 Linting [skip-ci]
parent
a88bc68a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/apache.yml
+13
-11
13 additions, 11 deletions
tasks/apache.yml
with
13 additions
and
11 deletions
tasks/apache.yml
+
13
−
11
View file @
87962c09
...
...
@@ -6,25 +6,27 @@
-
name
:
Apache Modules
apache2_module
:
state
='
present
'
name
=
'{{ item }}'
state
:
present
name
:
'
{{
item
}}'
with_items
:
-
proxy
-
proxy_http
notify
:
-
"
Apache
|
Restart
Apache"
-
"
Restart
Apache"
-
name
:
Apache Configuration File
template
:
src
='
vhost.conf
'
dest
='
/etc/apache2/sites-available/zammad_{{ domain.id }}{{ apache_conf_ext }}
'
owner
='
root
'
group
='
root
'
mode
='
664
'
src
:
vhost.conf
dest
:
/etc/apache2/sites-available/zammad_{{ domain.id }}{{ apache_conf_ext }}
owner
:
root
group
:
root
mode
:
0
664
notify
:
-
"
Apache
|
Restart
Apache"
-
"
Restart
Apache"
-
name
:
Apache enable site
command
:
a2ensite zammad_{{ domain.id }} creates=/etc/apache2/sites-enabled/zammad_{{ domain.id }}{{ apache_conf_ext }}
command
:
a2ensite zammad_{{ domain.id }}
args
:
creates
:
/etc/apache2/sites-enabled/zammad_{{ domain.id }}{{ apache_conf_ext }}
notify
:
-
"
Apache
|
Restart
Apache"
-
"
Restart
Apache"
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