I am now maintenance an Ansible Role for CRI-O installation (https://github.com/alvistack/ansible-role-cri_o), by downloading the static binary release archive and extract it for following OS:
Could we also introduce this as an alternative installation method, e.g. under https://github.com/cri-o/cri-o#installing-cri-o?
Hey @hswong3i :wave:, sure do you mind opening a PR for that?
Hey @hswong3i wave, sure do you mind opening a PR for that?
@saschagrunert thank you for your interest and PR created (#3628) please kindly comment ;-)
As report from https://github.com/alvistack/ansible-role-cri_o/issues/1
Need to cd into the newly created directory and then clone the repo
sudo su - mkdir -p ~/.ansible/roles cd ~/.ansible/roles <------------------------- git clone https://github.com/alvistack/ansible-role-cri_o.git cri_o cd ~/.ansible/roles/cri_o pip3 install --upgrade --ignore-installed --requirement requirements.txt molecule converge molecule verify
Most helpful comment
Hey @hswong3i :wave:, sure do you mind opening a PR for that?