additional course material RH294
Olaf Bohlen
2019-12-04 96eda8797a3510ea39108406fdbedd1d0a1d47e0
1
2
3
4
5
6
7
8
9
10
11
12
---
- name: Simple play for class DO407 which introduces j2 templates
  hosts: server
  become: true
  tasks:
    - name: use template to create /etc/motd
      template:
        src: motd.j2
        dest: /etc/motd