Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brcak-zmaj/almir.ansible
Collection of my personal ansible roles
https://github.com/brcak-zmaj/almir.ansible
ansible automation collection debloat proxmox workstation
Last synced: 6 days ago
JSON representation
Collection of my personal ansible roles
- Host: GitHub
- URL: https://github.com/brcak-zmaj/almir.ansible
- Owner: brcak-zmaj
- License: gpl-3.0
- Created: 2024-12-15T15:31:18.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-12-16T18:00:28.000Z (25 days ago)
- Last Synced: 2024-12-16T18:39:59.508Z (25 days ago)
- Topics: ansible, automation, collection, debloat, proxmox, workstation
- Language: Jinja
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Collection for Brcak Zmaj - Almir
[![Ansible Collection](https://img.shields.io/badge/brcak.zmaj-brightgreen)](https://galaxy.ansible.com/ui/repo/published/brcak-zmaj/almir.ansible)
[![GitHub tag](https://img.shields.io/github/tag/brcak-zmaj/brcak-zmaj-ansible-collection.svg)](https://github.com/brcak-zmaj/almir.ansible/tags)
[![GitHub Last Commit](https://img.shields.io/github/last-commit/brcak-zmaj/almir.ansible)](https://github.com/brcak-zmaj/almir.ansible/tags)
[![GitHub Contributors](https://img.shields.io/github/contributors/brcak-zmaj/almir.ansible)](https://github.com/brcak-zmaj/almir.ansible/tags)## Ansible version compatibility
The collection is tested and supported with: `ansible >= 2.9`
## Installing the collection
Before using the Grafana collection, you need to install it using the below command:
```shell
ansible-galaxy collection install brcak-zmaj.almir.ansible
```## Roles included in the collection
This collection includes the following roles to help set up and manage Brave Browser, debloating, My Dev workstation, proxmox:
- **brave-browser**: Installs and configures Brave Web Browser on your target hosts.
- **debloat**: Cleans up and unneeded packages including language packs.
- **my-pc-setup**: This is intended to configure and setup my development machine. Installs all packages I need, sets up mountpoints and configures the appearance.
- **proxmox-restore_snapshot**: Developed to make it easy to include into playbooks for restoring snapshots when nessesary.
- **proxmox-tuning**: Configures a vanilla proxmox server to a production and tuned server## Contributing
I am accepting GitHub pull requests and issues. There are many ways in which you can participate in the codebase, for example:
- Submit bugs and feature requests, and help me verify them
- Submit and review source code changes in GitHub pull requests
- Add new roles, modules, etc for more brcak-zmaj resources## License
GPL-3.0-or-later
> Note: I am providing code in the repository to you under an open source license. Because this is my personal repository, the license you receive to my code is from me and not my employer.