Cri-o: Ansible Role for CRI-O

Created on 9 Apr 2020  路  3Comments  路  Source: cri-o/cri-o

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:

  • Ubuntu 16.04/18.04/19.10
  • CentOS/RHEL 7/8
  • openSUSE 15.1

Could we also introduce this as an alternative installation method, e.g. under https://github.com/cri-o/cri-o#installing-cri-o?

Most helpful comment

Hey @hswong3i :wave:, sure do you mind opening a PR for that?

All 3 comments

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
Was this page helpful?
0 / 5 - 0 ratings

Related issues

haircommander picture haircommander  路  6Comments

kubealex picture kubealex  路  9Comments

runcom picture runcom  路  3Comments

saschagrunert picture saschagrunert  路  8Comments

ssoor picture ssoor  路  7Comments