forked from Islandora-Devops/islandora-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to 18.04 (Islandora-Devops#125)
* Update to 18.04 - Update Vagrantfile to use 18.04 for Ubuntu builds - Tweak package names, and required packages for 18.04 - Updates to get rid of some deprecation warnings - Addresses Islandora/documentation#848 - Requires islandora-deprecated/ansible-role-grok#6 * Update README and remove some cruft per @Natkeeran's review. * use ansible-role-grok 2.0.0 * review * cut more
- Loading branch information
Showing
6 changed files
with
15 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
|
||
- include: bootstrap.yml | ||
- import_playbook: bootstrap.yml | ||
tags: | ||
- bootstrap | ||
- include: database.yml | ||
- include: solr.yml | ||
- include: webserver.yml | ||
- include: tomcat.yml | ||
- include: crayfish.yml | ||
- include: karaf.yml | ||
- include: post-install.yml | ||
- import_playbook: database.yml | ||
- import_playbook: solr.yml | ||
- import_playbook: webserver.yml | ||
- import_playbook: tomcat.yml | ||
- import_playbook: crayfish.yml | ||
- import_playbook: karaf.yml | ||
- import_playbook: post-install.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters