Skip to content
Snippets Groups Projects
Commit 0d207e19 authored by jurgenhaas's avatar jurgenhaas
Browse files

Break roles into smaller pieces

parent c15fba6c
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@
cd $( cd $(dirname $(realpath $0)) ; pwd )
./role.sh webserver-drupal drupal --tags="DrushUpdateAliases" "$@"
./role.sh webserver-drupal drush --tags="DrushUpdateAliases" "$@"
......@@ -24,6 +24,8 @@
sudo: yes
roles:
- drupal
- drush
- redis
- name: "ownCloud servers"
hosts: "owncloudserver"
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment