mirror of
https://gitlab.durp.info/durfy/runbooks/ansible.git
synced 2026-05-07 08:00:29 -05:00
6 lines
203 B
YAML
6 lines
203 B
YAML
- name: ansible copy file from remote to local.
|
|
fetch:
|
|
src: /home/administrator/.kube/config
|
|
dest: "{{ playbook_dir }}/kubeconfig"
|
|
flat: true
|
|
delegate_to: "{{ groups[master_group][0] }}"
|