Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
apache
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
webarch
apache
Commits
e6fd30f3
Commit
e6fd30f3
authored
5 years ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
checks
parent
ff5fe6e0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#9808
failed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/checks.yml
+34
-23
34 additions, 23 deletions
tasks/checks.yml
with
34 additions
and
23 deletions
tasks/checks.yml
+
34
−
23
View file @
e6fd30f3
...
...
@@ -44,13 +44,13 @@
-
name
:
apache_mods_enabled and apache_mods_disabled array checks
block
:
-
name
:
Debug mod arrays
-
name
:
Debug mod arrays
debug
:
var
:
-
apache_mods_enabled
-
apache_mods_disbled
verbosity
:
2
-
name
:
Check that no mods are enabled and disabled
assert
:
that
:
mod not in apache_mods_disabled
...
...
@@ -58,7 +58,7 @@
loop_control
:
loop_var
:
mod
label
:
"
{{
mod
}}"
-
name
:
Check that no mods are disabled and enabled
assert
:
that
:
mod not in apache_mods_enabled
...
...
@@ -74,7 +74,7 @@
-
name
:
apache_conf_enabled and apache_conf_disabled array checks
block
:
-
name
:
Debug conf arrays
-
name
:
Debug conf arrays
debug
:
var
:
-
apache_conf_enabled
...
...
@@ -84,15 +84,15 @@
-
name
:
Check that no conf are enabled and disabled
assert
:
that
:
conf not in apache_conf_disabled
loop
:
apache_conf_enabled
loop
:
"
{{
apache_conf_enabled
}}"
loop_control
:
loop_var
:
conf
label
:
"
{{
conf
}}"
-
name
:
Check that no conf are disabled and enabled
assert
:
that
:
conf not in apache_conf_enabled
loop
:
apache_conf_disabled
loop
:
"
{{
apache_conf_disabled
}}"
loop_control
:
loop_var
:
conf
label
:
"
{{
conf
}}"
...
...
@@ -101,23 +101,34 @@
-
( apache_conf_enabled is defined ) and ( apache_conf_enabled[0] is defined )
-
( apache_conf_disabled is defined ) and ( apache_conf_disabled[0] is defined )
-
name
:
Check that no sites are enabled and disabled
assert
:
that
:
site not in apache_sites_disabled
loop
:
apache_sites_enabled
loop_control
:
loop_var
:
site
label
:
"
{{
site
}}"
when
:
apache_sites_enabled[0] is defined
-
name
:
apache_sites_enabled and apache_sites_disabled array checks
-
name
:
Check that no sites are disabled and enabled
assert
:
that
:
site not in apache_sites_enabled
loop
:
apache_sites_disabled
loop_control
:
loop_var
:
site
label
:
"
{{
site
}}"
when
:
apache_sites_disabled[0] is defined
- name
:
Debug site arrays
debug
:
var
:
-
apache_sites_enabled
-
apache_sites_disbled
verbosity
:
2
-
name
:
Check that no sites are enabled and disabled
assert
:
that
:
site not in apache_sites_disabled
loop
:
"
{{
apache_sites_enabled
}}"
loop_control
:
loop_var
:
site
label
:
"
{{
site
}}"
-
name
:
Check that no sites are disabled and enabled
assert
:
that
:
site not in apache_sites_enabled
loop
:
"
{{
apache_sites_disabled
}}"
loop_control
:
loop_var
:
site
label
:
"
{{
site
}}"
when
:
-
( apache_sites_enabled is defined ) and ( apache_sites_enabled[0] is defined )
-
( apache_sites_disabled is defined ) and ( apache_sites_disabled[0] is defined )
-
name
:
Check the Apache version, modules and conf, loaded and enabled
block
:
...
...
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