Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible Framework Container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Playbooks
Ansible Framework Container
Commits
0d207e19
Commit
0d207e19
authored
9 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Break roles into smaller pieces
parent
c15fba6c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
drush_get_aliases.sh
+1
-1
1 addition, 1 deletion
drush_get_aliases.sh
farm.yml
+2
-0
2 additions, 0 deletions
farm.yml
setup_local.yml
+11
-0
11 additions, 0 deletions
setup_local.yml
with
14 additions
and
1 deletion
drush_get_aliases.sh
+
1
−
1
View file @
0d207e19
...
...
@@ -2,4 +2,4 @@
cd
$(
cd
$(
dirname
$(
realpath
$0
))
;
pwd
)
./role.sh webserver-drupal dru
pal
--tags
=
"DrushUpdateAliases"
"
$@
"
./role.sh webserver-drupal dru
sh
--tags
=
"DrushUpdateAliases"
"
$@
"
This diff is collapsed.
Click to expand it.
farm.yml
+
2
−
0
View file @
0d207e19
...
...
@@ -24,6 +24,8 @@
sudo
:
yes
roles
:
-
drupal
-
drush
-
redis
-
name
:
"
ownCloud
servers"
hosts
:
"
owncloudserver"
...
...
This diff is collapsed.
Click to expand it.
setup_local.yml
+
11
−
0
View file @
0d207e19
...
...
@@ -44,6 +44,7 @@
-
"
commonauth"
-
"
compass"
-
"
drupal"
-
"
drush"
-
"
gitlab"
-
"
haproxy"
-
"
mysql"
...
...
@@ -51,12 +52,22 @@
-
"
openphoto"
-
"
oracle"
-
"
owncloud"
-
"
php"
-
"
piwik"
-
"
redis"
-
"
serverdensity"
-
"
sftp"
-
"
svnserver"
-
"
user-management"
-
"
youtrack"
-
name
:
"
Get
3rd
party
roles"
git
:
accept_hostkey
:
yes
repo
:
"
{{
item.repo
}}"
dest
:
"
./roles/{{
item.name
}}"
with_items
:
-
name
:
"
composer"
repo
:
"
https://github.com/kosssi/ansible-role-composer.git"
-
name
:
"
Get
plugins"
git
:
accept_hostkey
:
yes
...
...
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