https://github.com/zcubbs/ansible-collections
https://github.com/zcubbs/ansible-collections
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zcubbs/ansible-collections
- Owner: zcubbs
- Created: 2023-02-27T10:09:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T15:58:38.000Z (almost 2 years ago)
- Last Synced: 2025-03-11T11:48:27.593Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Collections
This repository contains Ansible collections.
---
## Usage
### Install collections
```bash
ansible-galaxy collection install -r requirements.yml
```
#### `requirements.yml` file example:
```yaml
---
collections:
- https://github.com/zcubbs/ansible-collections/releases/download/v1.0.0/zcubbs-general-1.0.0.tar.gz
```
---
## Releases
https://github.com/zcubbs/ansible-collections/releases
---
## Collections
### Ansible Collection - General
#### Roles
- [x] pip - Install and configure pip
- [x] certbot - Install and configure Certbot
- [x] haproxy - Install and configure HAProxy
- [ ] nginx - Install and configure NGINX
- [ ] apache - Install and configure Apache
- [x] ping - Ping hosts
#### Playbooks
None
#### Modules
None
### Ansible Collection - Cloud Native
#### Roles
- [x] k3s - Install and configure k3s
- [x] traefik - Install and configure Traefik
- [x] cert-manager - Install and configure cert-manager
- [x] helm - Install and configure Helm
- [x] argocd - Install and configure ArgoCD
#### Playbooks
None
#### Modules
None
### Ansible Collection - Docker
#### Roles
- [x] docker - Install and configure Docker and Docker Compose
- [x] docker-login - Login to Docker registry
- [x] docker-logout - Logout from Docker registry
- [x] deploy-image - Deploy Docker image
#### Playbooks
None
#### Modules
None