Skip to content

Ansible role to install and configure motley-cue to enable SSH OIDC access

License

Notifications You must be signed in to change notification settings

grycap/ansible-role-motley-cue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License CI

Motley-cue Role

This ansible role installs the motley-cue software. The github repository of the motley-cue is here.

Example Playbook

This an example of how to install this role:

- hosts: server
  roles:
  - { role: 'grycap.motley-cue', ssh_oidc_my_vo: true, ssh_oidc_other_vos: 'vo_name' }

And then execute it with:

ansible-playbook --extra-vars ACCESS_TOKEN=$(oidc-token <account>) playbook.yaml

To get the oidc-token command working please check ssh-oidc

Contributing to the role

In order to keep the code clean, pushing changes to the master branch has been disabled. If you want to contribute, you have to create a branch, upload your changes and then create a pull request. Thanks

About

Ansible role to install and configure motley-cue to enable SSH OIDC access

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published