Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ics-ans-role-nginx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
ics-ansible-galaxy
ics-ans-role-nginx
Commits
a95f97df
Verified
Commit
a95f97df
authored
5 months ago
by
Carl Lundström
Browse files
Options
Downloads
Patches
Plain Diff
Changed: moved repo dependency to prepare
required only for testing on runners
parent
531a2fd6
No related branches found
No related tags found
1 merge request
!1
INFRA-10624 Adapt nginx role for Debian/Ubuntu
Pipeline
#201406
passed
5 months ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
molecule/default/prepare.yml
+11
-2
11 additions, 2 deletions
molecule/default/prepare.yml
tasks/main.yml
+2
-4
2 additions, 4 deletions
tasks/main.yml
with
13 additions
and
6 deletions
molecule/default/prepare.yml
+
11
−
2
View file @
a95f97df
---
-
name
:
Prepare
hosts
:
all
gather_facts
:
false
tasks
:
[]
gather_facts
:
true
roles
:
-
ics-ans-role-repository
tasks
:
-
name
:
Ensure required packages are installed.
package
:
name
:
-
'
curl'
state
:
present
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
2
−
4
View file @
a95f97df
...
...
@@ -11,11 +11,9 @@
# Setup/install tasks.
-
name
:
Ensure required packages are installed.
package
:
name
:
"
{{
item
}}"
name
:
-
"
{{
nginx_package_name
}}"
state
:
present
with_items
:
-
"
{{
nginx_package_name
}}"
-
'
curl'
# Vhost configuration.
-
import_tasks
:
vhosts.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