Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wickdchromosome/bence-potos
https://github.com/wickdchromosome/bence-potos
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wickdchromosome/bence-potos
- Owner: wickdChromosome
- License: gpl-3.0
- Created: 2024-04-08T15:36:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T18:56:50.000Z (6 months ago)
- Last Synced: 2024-05-19T19:48:42.704Z (6 months ago)
- Language: Jinja
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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