https://github.com/projectpotos/ansible-role-potos_xdgautostart
Role to config xdg autostart scripts in Potos Linux Clients.
https://github.com/projectpotos/ansible-role-potos_xdgautostart
ansible ansible-role linux-client potos xdg
Last synced: about 2 months ago
JSON representation
Role to config xdg autostart scripts in Potos Linux Clients.
- Host: GitHub
- URL: https://github.com/projectpotos/ansible-role-potos_xdgautostart
- Owner: projectpotos
- License: gpl-3.0
- Created: 2024-05-17T06:10:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T20:44:49.000Z (over 1 year ago)
- Last Synced: 2025-07-14T03:05:20.862Z (4 months ago)
- Topics: ansible, ansible-role, linux-client, potos, xdg
- Language: Jinja
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Ansible Role - potos\_template
Role to use as template for new roles of Potos Linux Clients.
[](https://github.com/projectpotos/ansible-role-potos_template/actions/workflows/test.yml)
## Example Playbook
As this role is tested via Molecule one can use [that
playbook](./molecule/default/converge.yml) as a starting point:
```yaml
---
- 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](./defaults/main.yml):
```yaml
---
# 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:
```sh
ansible-doc --type role -r . main ansible-role-potos_template
```
## Requirements
N/A
## License
See [LICENSE](./LICENSE)
## Author Information
[Project Potos](https://github.com/projectpotos)