Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
poc_irods
poc-irods
Commits
a7c07b9e
Commit
a7c07b9e
authored
Nov 13, 2020
by
viscapi
Browse files
Added preliminary support for Debian / Ubuntu packages. Solves John's 5th issue on iRODS chat
parent
b901be4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
irods/tasks/repos.yml
View file @
a7c07b9e
---
-
name
:
Add key for iRODS repository
rpm_key
:
state
:
present
key
:
https://packages.irods.org/irods-signing-key.asc
validate_certs
:
yes
-
name
:
Add key and iRODS repository on CentOS
7
block
:
-
name
:
Add key for iRODS repository on CentOS 7
rpm_key
:
state
:
present
key
:
https://packages.irods.org/irods-signing-key.asc
validate_certs
:
yes
-
name
:
Add iRODS repository
yum_repository
:
description
:
RENCI iRODS Repository
name
:
irods
file
:
renci-irods.yum
baseurl
:
https://packages.irods.org/yum/pool/centos$releasever/$basearch
enabled
:
yes
gpgcheck
:
no
gpgkey
:
https://packages.irods.org/irods-signing-key.asc
repo_gpgcheck
:
no
state
:
present
-
name
:
Add iRODS repository on CentOS
7
yum_repository
:
description
:
RENCI iRODS Repository
name
:
irods
file
:
renci-irods.yum
baseurl
:
https://packages.irods.org/yum/pool/centos$releasever/$basearch
enabled
:
yes
gpgcheck
:
no
gpgkey
:
https://packages.irods.org/irods-signing-key.asc
repo_gpgcheck
:
no
state
:
present
when
:
(ansible_facts['distribution'] == "CentOS" and ansible_facts['distribution_major_version'] == "7")
-
name
:
Add key and iRODS repository on Debian / Ubuntu
block
:
-
name
:
Add key for iRODS repository on Debian / Ubuntu
apt_key
:
url
:
https://packages.irods.org/irods-signing-key.asc
state
:
present
validate_certs
:
yes
-
name
:
Add iRODS repository on Debian / Ubuntu
apt_repository
:
repo
:
deb [arch=amd64] https://package.irods.org/apt/ $(lsb_release -sc) main"
state
:
present
filename
:
renci-irods
update_cache
:
yes
validate_certs
:
yes
when
:
ansible_facts['distribution'] == "Debian"
...
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