Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
apache
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
apache
Commits
deb6cf4a
Commit
deb6cf4a
authored
5 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
ansible-playbooks/general#85 Linting
parent
b20d183e
No related branches found
Branches containing commit
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
+8
-8
8 additions, 8 deletions
tasks/apache.yml
with
8 additions
and
8 deletions
tasks/apache.yml
+
8
−
8
View file @
deb6cf4a
...
...
@@ -55,7 +55,7 @@
-
redirect-ssl
-
other-vhosts-access-log
notify
:
-
"
Restart
Apache
"
-
Restart Apache
tags
:
-
ApacheConfig
...
...
@@ -72,7 +72,7 @@
src
:
'
{{inventory_dir}}/files/ssl/{{item.1.file}}'
dest
:
/etc/ssl/private
with_subelements
:
-
{{
apache_certificates
}}
-
'
{{
(
apache_certificates
}}
)'
-
certs
notify
:
-
Restart Apache
...
...
@@ -108,8 +108,8 @@
mode
:
0644
when
:
apache_server_default == "yes"
notify
:
-
"
Restart
Apache
"
-
"
Checkout
htdocs
for
default
"
-
Restart Apache
-
Checkout htdocs for default
-
name
:
Configuration file for default ssl site
template
:
...
...
@@ -120,8 +120,8 @@
mode
:
0644
when
:
apache_server_default_ssl == "yes"
notify
:
-
"
Restart
Apache
"
-
"
Checkout
htdocs
for
default
"
-
Restart Apache
-
Checkout htdocs for default
-
name
:
Configuration file for our site(s)
template
:
...
...
@@ -132,8 +132,8 @@
mode
:
0644
with_items
:
'
{{
apache_server_defs
}}'
notify
:
-
"
Restart
Apache
"
-
"
Checkout
htdocs
for
our
site(s)
"
-
Restart Apache
-
Checkout htdocs for our site(s)
-
name
:
Disable the default site
command
:
a2dissite {{ item }}
...
...
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