https://github.com/gerardnico/ansible-e-base-collection
Ansible eXpress Collection (Ans-x)
https://github.com/gerardnico/ansible-e-base-collection
ansible ansible-collection ansible-role
Last synced: about 2 months ago
JSON representation
Ansible eXpress Collection (Ans-x)
- Host: GitHub
- URL: https://github.com/gerardnico/ansible-e-base-collection
- Owner: gerardnico
- Created: 2024-11-28T13:19:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-26T12:19:40.000Z (2 months ago)
- Last Synced: 2025-03-26T13:28:44.971Z (2 months ago)
- Topics: ansible, ansible-collection, ansible-role
- Language: Dockerfile
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AnsE - Ansible Easy Collections
## About
This the Ansible Collections of the `Ansible Easy Framework`
## Content
### Roles
See [Roles](roles)
### Playbook
See [Playbooks](playbooks)
## Installation
* Installation at the command line:
```bash
# Head
ansible-galaxy collection install git+https://github.com/gerardnico/ansible-e-base-collection.git
# Tag/Branch/Commit
ansible-galaxy collection install git+https://github.com/gerardnico/ansible-e-base-collection.git,tagname
```
* Installation with a [requirement file](https://docs.ansible.com/ansible/latest/collections_guide/collections_installing.html#install-multiple-collections-with-a-requirements-file)
```yaml
collections:
- name: https://github.com/gerardnico/ansible-e-base-collection.git
type: git
version: 2a5a89a # specify branch/tag/commit
```
```bash
ansible-galaxy install -r requirements.yml
```