ansible-role-k3s/molecule/default/playbook-docker.yml
Xan Manning 5e39160ed9 Added a number of extra options to configure K3s in systemd unit file.
Testing:
  - Added docker networking, ensure that test output is verbose.
  - Fix build for AmazonLinux 2
  - No-deploy flag test added
2019-11-02 22:19:33 +00:00

10 lines
145 B
YAML

---
- name: Converge
hosts: all
become: true
vars:
molecule_is_test: true
k3s_use_docker: true
roles:
- role: xanmanning.k3s