Created
November 7, 2016 07:57
-
-
Save robrant/33bfb8935d1a1004c22cbe51056f4e65 to your computer and use it in GitHub Desktop.
Ansible fetch example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Fetch down the key to this control box | |
fetch: | |
src: "{{ filebeat_key_path }}/{{ filebeat_key_name }}" | |
dest: "{{ playbook_dir }}/roles/filebeat/files/{{ filebeat_key_name }}" | |
flat: yes | |
tags: logstash_fetch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment