https://github.com/artyorsh/ansible-collection-selfhosted
An opinionated collection of selfhosted apps, managed with Ansible.
https://github.com/artyorsh/ansible-collection-selfhosted
ansible infrastructure selfhosted
Last synced: about 1 year ago
JSON representation
An opinionated collection of selfhosted apps, managed with Ansible.
- Host: GitHub
- URL: https://github.com/artyorsh/ansible-collection-selfhosted
- Owner: artyorsh
- License: mit
- Created: 2024-04-01T18:29:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T23:26:56.000Z (over 1 year ago)
- Last Synced: 2025-03-30T13:07:43.905Z (about 1 year ago)
- Topics: ansible, infrastructure, selfhosted
- Language: Jinja
- Homepage: https://galaxy.ansible.com/artyorsh/selfhosted
- Size: 177 KB
- Stars: 153
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Collection - Selfhosted
[](https://galaxy.ansible.com/artyorsh/selfhosted)
An opinionated collection of selfhosted apps, managed with Ansible.
## Roles
- [adguardhome](./roles/adguardhome/README.md)
- [authelia](./roles/authelia/README.md)
- [changedetection](./roles/changedetection/README.md)
- [cloudflare](./roles/cloudflare/README.md)
- [docker](./roles/docker/README.md)
- [duplicati](./roles/duplicati/README.md)
- [filebrowser](./roles/filebrowser/README.md)
- [forgejo](./roles/forgejo/README.md)
- [glances](./roles/glances/README.md)
- [homebox](./roles/homebox/README.md)
- [homarr](./roles/homarr/README.md)
- [nginx](./roles/nginx/README.md)
- [olivetin](./roles/olivetin/README.md)
- [paperless_ai](./roles/paperless_ai/README.md)
- [paperlessngx](./roles/paperlessngx/README.md)
- [rss](./roles/rss/README.md)
- [vaultwarden](./roles/vaultwarden/README.md)
- [wallos](./roles/wallos/README.md)
- [watchtower](./roles/watchtower/README.md)
- [wg-easy](./roles/wgeasy/README.md)
## Installation
```
ansible-galaxy collection install artyorsh.selfhosted
```
## Example Playbook
See more examples in roles' README files.
```yaml
- hosts: localhost
roles:
- artyorsh.selfhosted.docker
- artyorsh.selfhosted.duplicati
- artyorsh.selfhosted.watchtower
```
## More collections
- [artyorsh.smarthome](https://github.com/artyorsh/ansible-collection-smarthome)
## License
MIT