summaryrefslogtreecommitdiffstats
path: root/ansible/roles/rke/tasks/rke_deploy.yml
blob: 7b3e25108f4fea772f44f90dfb97758d8496f242 (plain)
1
2
3
4
5
---
- name: Run rke up
  command: "{{ rke_bin_dir }}/rke up --config cluster.yml"
  args:
    chdir: "{{ cluster_config_dir }}"