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
4a266034
Commit
4a266034
authored
5 years ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
Array for additional apache packages added
parent
4bb9a328
Loading
Loading
No related merge requests found
Pipeline
#10973
failed
5 years ago
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
defaults/main.yml
+3
-0
3 additions, 0 deletions
defaults/main.yml
tasks/main.yml
+4
-4
4 additions, 4 deletions
tasks/main.yml
with
7 additions
and
4 deletions
defaults/main.yml
+
3
−
0
View file @
4a266034
...
...
@@ -10,6 +10,9 @@ apache_tls1_3_cipher_suites: TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_C
apache_dhparam_path
:
/etc/apache2/dhparam.pem
apache_dhparam_size
:
2048
apache_localhost_port
:
80
apache_packages_present
:
-
lynx
# - libapache2-mod-geoip
apache_sites_enabled
:
-
localhost
-
000-default
...
...
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
4
−
4
View file @
4a266034
...
...
@@ -2,7 +2,7 @@
-
name
:
Install and configure Apache
block
:
-
name
:
Apache
packages
present from buster-backports
-
name
:
Apache present from buster-backports
apt
:
pkg
:
-
apache2
...
...
@@ -12,7 +12,7 @@
update_cache
:
true
when
:
ansible_distribution_release is regex('^buster$')
-
name
:
Apache
packages
present
-
name
:
Apache present
apt
:
pkg
:
-
apache2
...
...
@@ -23,10 +23,10 @@
-
name
:
Additional packages present
apt
:
pkg
:
-
lynx
pkg
:
"
{{
apache_packages_present
}}"
state
:
present
update_cache
:
false
when
:
( apache_packages_present is defined ) and ( apache_packages_present != [] )
-
name
:
Include Apache checks
include_tasks
:
checks.yml
...
...
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