Skip to content

projectpotos/ansible-role-potos_xdgautostart

Repository files navigation

Ansible Role - potos_template

Role to use as template for new roles 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_template'

Role Variables

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

---

# Example variable
potos_template_example_var: 'hello world!'

# List of items used for action xyz
potos_template_example_list: []

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

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

Requirements

N/A

License

See LICENSE

Author Information

Project Potos

About

Role to config xdg autostart scripts in Potos Linux Clients.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages