Example 2: Create units (WIP)

Create a playbook

shell> cat lp.yml
- hosts: test_01
  become: true
  roles:
    - vbotka.linux_postinstall

Create the file host_vars/test_01/lp-systemd.yml (1)

1shell> cat host_vars/test_01/lp-systemd.yml
2lp_systemd: true
3
4lp_systemd_unit:
5  ...

<TBD>