-
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.
Final code cleanup for v0.0.1. The role is passing on the top-bdii in the AAROC inventory (CentOS), but failing for Debian. Closed #6
- Loading branch information
1 parent
4bfa0c0
commit f3591fc
Showing
3 changed files
with
33 additions
and
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ This Ansible role configures the host for the installation of [EGI Software prod | |
|
||
The role configures the correct repositories and installs signing keys, as well as the middleware role you wish to add to the host. | ||
|
||
|
||
Requirements | ||
------------ | ||
|
||
|
@@ -31,10 +30,12 @@ No explicit dependencies. | |
Example Playbook | ||
---------------- | ||
|
||
An example playbook can be seen in the [AAROC DevOps repo](https://github.com/AAROC/DevOps/blob/master/Ansible/top-bdiis.yml) | ||
|
||
- hosts: servers | ||
- hosts: <umd_service>-servers | ||
roles: | ||
- { role: AAROC.umd, umd_service: top-bdii } | ||
- { role: UMD-role, become: true, tags: "umd", umd_service: "emi-bdii-top", enable_umd: true, enable_preview: false, umd_version: 4 } | ||
|
||
|
||
License | ||
------- | ||
|
@@ -46,3 +47,5 @@ Author Information | |
|
||
Bruce Becker [email protected] | ||
<a href="https://orcid.org/0000-0002-6607-7145" target="_blank" rel="noopener noreferrer" style="vertical-align:top;"><img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;" alt="ORCID iD icon">orcid.org/0000-0002-6607-7145</a> | ||
|
||
# Citing |
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