Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/projectpotos/ansible-plays-potos
All inclusive, magic playbook for your custom Potos Linux Clients
https://github.com/projectpotos/ansible-plays-potos
ansible ansible-playbook linux-client potos
Last synced: 7 days ago
JSON representation
All inclusive, magic playbook for your custom Potos Linux Clients
- Host: GitHub
- URL: https://github.com/projectpotos/ansible-plays-potos
- Owner: projectpotos
- License: gpl-3.0
- Created: 2022-10-20T13:16:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T10:32:07.000Z (6 months ago)
- Last Synced: 2024-05-16T11:38:44.555Z (6 months ago)
- Topics: ansible, ansible-playbook, linux-client, potos
- Homepage: https://potos.dev
- Size: 60.5 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Playbook - Potos
All inclusive, magic playbook for your custom Potos Linux Clients.
[![Test](https://github.com/projectpotos/ansible-plays-potos/actions/workflows/test.yml/badge.svg)](https://github.com/projectpotos/ansible-plays-potos/actions/workflows/test.yml)
# Dependencies
You need your own specification repository defined as with the example below [`ansible-specs-potos`](https://github.com/projectpotos/ansible-specs-potos) in the file `/etc/potos/specs_repo.yml`
```
---
client_name: "Potos Vanilla"
git_url: "https://github.com/projectpotos/"
git_repo: "ansible-specs-potos"
git_branch: "main"
```