Skip to content

Instantly share code, notes, and snippets.

@zeitounator
Created May 29, 2024 23:48
Show Gist options
  • Save zeitounator/285957237a8660a5d93d424a93bb6ba7 to your computer and use it in GitHub Desktop.
Save zeitounator/285957237a8660a5d93d424a93bb6ba7 to your computer and use it in GitHub Desktop.
---
- name: Fetch tar file from sibling_node
hosts: '{{sibling_node.stdout}}"
max_fail_percentage: "{{ vnf_fail_ratio }}"
remote_user: root
vars_files:
- vars/global_var.yml
tasks:
- include_tasks: tasks/common/fetchdir.yml
vars:
SRC_DIR: "/tmp/heal"
DEST_DIR: "/tmp/heal"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment