Ubuntu CRI-O (#5426)

* Fix crictl

* Reload systemd daemon before enabling service

* Typo

* Add crictl template

* Remove seccomp.json for ubuntu

* Set runtime path of runc for ubuntu

* Change path to conmon
This commit is contained in:
Fredrik Lönnegren
2019-12-19 13:37:57 +01:00
committed by Kubernetes Prow Robot
parent 15a8c34717
commit ccbcad9741
5 changed files with 42 additions and 7 deletions

View File

@@ -30,11 +30,7 @@
state: present
when: ansible_distribution in ["Ubuntu"]
- name: Add CRI-O PPA
apt_repository:
repo: ppa:projectatomic/ppa
state: present
when: ansible_distribution in ["Ubuntu"]
- include_tasks: "crictl.yml"
- name: Install crictl
unarchive:
@@ -76,6 +72,10 @@
owner: root
mode: 0755
- name: Reload systemd daemon
systemd:
daemon_reload: yes
- name: Install cri-o service
service:
name: "{{ crio_service }}"