Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/projectpotos/ansible-specs-potos
Specification repos for the vanilla Potos Linux Client
https://github.com/projectpotos/ansible-specs-potos
ansible linux-client potos specification
Last synced: 7 days ago
JSON representation
Specification repos for the vanilla Potos Linux Client
- Host: GitHub
- URL: https://github.com/projectpotos/ansible-specs-potos
- Owner: projectpotos
- License: gpl-3.0
- Created: 2022-10-20T13:16:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T12:31:31.000Z (6 months ago)
- Last Synced: 2024-05-16T13:43:10.720Z (6 months ago)
- Topics: ansible, linux-client, potos, specification
- Language: Jinja
- Homepage: https://potos.dev
- Size: 169 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Potos - Specification for Potos Vanilla
This repository contains the specification for Potos Vanilla and can be used as a template for your own custom Linux Client based on Potos.
[![Test](https://github.com/projectpotos/ansible-specs-potos/actions/workflows/test.yml/badge.svg)](https://github.com/projectpotos/ansible-specs-potos/actions/workflows/test.yml)
## Most important files
### `files/templates/requirements.yml.j2`
A dynamic ansible galaxy requirements files for roles to be executed in that run. Have a look [here](https://github.com/projectpotos/ansible-specs-potos/blob/main/files/templates/requirements.yml.j2) for an example### `templates/collections.yml.j2`
List with required collections that need to be installed e.g.
```
---
collections:
- ansible.posix
```
or [here](https://github.com/projectpotos/ansible-specs-potos/blob/main/templates/collections.yml.j2) the example from this repo##
# vars
# Templates
Get applied by the templating engine before the playbook run
# Files
Get copied to the playbook directory to be then later used in different roles