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: 10 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T08:59:22.000Z (almost 2 years ago)
- Last Synced: 2025-04-26T07:35:12.099Z (about 1 year ago)
- Topics: ansible, ansible-playbook, linux-client, potos
- Homepage: https://potos.dev
- Size: 65.4 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 7
-
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.
[](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"
```