
In the k8s integration job, run the install-kubernetes role in the pre-playbook since it is not (generally) the thing under test. Change-Id: Ib20cd12100f323f1eb262261394c4b180dc1f2cd
16 lines
340 B
YAML
16 lines
340 B
YAML
- hosts: all
|
|
roles:
|
|
- role: bindep
|
|
- role: install-kubernetes
|
|
docker_version: 18.06.1~ce~3-0~ubuntu
|
|
|
|
tasks:
|
|
- name: Ensure nodepool services directories
|
|
file:
|
|
path: '{{ ansible_user_dir }}/work/{{ item }}'
|
|
state: directory
|
|
with_items:
|
|
- logs/nodepool
|
|
- etc
|
|
- images
|