additional course material RH294
Student User
2020-02-20 67b9520a2490b9894fea1a76b98e4f5c2226b62f
1
2
3
4
5
6
7
8
9
10
11
---
- name: simple fetch
  hosts: server
  become: true
  tasks:
    - name: fetch /etc/motd
      fetch:
        src: /etc/motd
        #dest: '/tmp/motd-{{ ansible_facts["fqdn"] }}'
        dest: /tmp/motds
        flat: false