additional course material RH294
Olaf Bohlen
2020-08-20 1de6236f80a879ca110981fe0e5c0c05c521225b
1
2
3
4
5
6
7
8
9
10
---
- name: Simple play for class DO407 which introduces complex j2 templates
  hosts: localhost
  become: true
  tasks:
    - name: use template to create /etc/motd
      template:
        src: motd-complex.j2
        dest: /etc/motd