/ansible-role-potos_packages

Role to manage installed packages of Melkors Linux Clients

GNU General Public License v3.0GPL-3.0

Ansible Role - potos_wallpaper

Role to manage wallpapers of Potos Linux Clients.

Test

Example Playbook

As this role is tested via Molecule one can use that playbook as a starting point:

---

- name: Converge
  hosts: all
  gather_facts: yes
  tasks:
    - name: run role
      ansible.builtin.include_role:
        name: 'ansible-role-potos_wallpaper'

Role Variables

The default variables are defined in defaults/main.yml:

# List of files to be found under `potos_wallpaper` to be added as background,
# first element is set as default
potos_wallpaper_images: []

Another option is to use ansible-doc to read the argument specification:

ansible-doc --type role -r . main ansible-role-potos_wallpaper

Requirements

Files listed under potos_wallpaper_images need to exist under potos_wallpaper/.

License

See LICENSE

Author Information

Project Potos