additional course material RH294
Student User
2019-12-04 97d9af6275244e31f05c2916fc72a8daa9ea9fa0
1
2
3
4
5
6
7
8
9
---
- name: Simple play for class DO407 which introduces complex j2 templates
  hosts: server, desktop, demoext
  become: true
  tasks:
    - name: use template to create /etc/motd
      template:
        src: motd-complex.j2
        dest: /etc/motd