Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
piops
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LQDN Adminsys
piops
Commits
1d65d681
Commit
1d65d681
authored
Feb 26, 2019
by
Okhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Installing galaxy dependencies
parent
94c15123
Pipeline
#2440
failed with stages
in 10 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
+13
-5
.gitlab-ci.yml
.gitlab-ci.yml
+7
-0
dependencies.yml
dependencies.yml
+1
-0
site.yml
site.yml
+5
-5
No files found.
.gitlab-ci.yml
View file @
1d65d681
stages
:
-
galaxy
-
test-syntax
-
test-ansible
galaxy install
:
stage
:
galaxy
script
:
-
ansible-galaxy install -f -r dependencies.yml
tags
:
[
preprod
]
syntax check
:
stage
:
test-syntax
script
:
...
...
dependencies.yml
View file @
1d65d681
...
...
@@ -2,3 +2,4 @@
-
src
:
geerlingguy.apache
-
src
:
geerlingguy.php-mysql
-
src
:
geerlingguy.mysql
-
src
:
geerlingguy.certbot
site.yml
View file @
1d65d681
...
...
@@ -44,12 +44,12 @@
-
hosts
:
webserver
remote_user
:
root
roles
:
-
{
role
:
geerlingguy.mysql
}
-
{
role
:
geerlingguy.php
}
-
{
role
:
geerlingguy.php-mysql
}
-
{
role
:
geerlingguy.certbot
}
-
geerlingguy.mysql
-
geerlingguy.php
-
geerlingguy.php-mysql
-
geerlingguy.certbot
-
hosts
:
wordpress
remote_user
:
root
roles
:
-
{
role
:
wpcli
}
-
wpcli
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment