k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
356 B
13 lines
356 B
---
|
|
- name: Install rkt
|
|
import_tasks: install.yml
|
|
when: not ansible_os_family in ["CoreOS", "Container Linux by CoreOS"]
|
|
|
|
- name: Set up cron job to do garbage cleanup
|
|
copy:
|
|
src: rkt-gc.sh
|
|
dest: /etc/cron.hourly/rkt-gc.sh
|
|
owner: root
|
|
group: root
|
|
mode: 0750
|
|
when: not ansible_os_family in ["CoreOS", "Container Linux by CoreOS"]
|