Skip to content

Specification repos for the vanilla Potos Linux Client

License

Notifications You must be signed in to change notification settings

projectpotos/ansible-specs-potos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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 for an example

templates/collections.yml.j2

List with required collections that need to be installed e.g.

---
collections:
  - ansible.posix 

or here 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