1
0
Fork 0
Ansible roles that I wrote for my own use.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Daniele Tricoli 023d892a76
ci/woodpecker/push/lint Pipeline was successful Details
Bump version to 0.10.0
4 months ago
.woodpecker Move CI into woodpecker subdir 6 months ago
molecule/default Enable tests for both sshd and hostname role 2 years ago
roles Add geoip2 support for nginx 4 months ago
tests Add geoip2 support for nginx 4 months ago
.gitignore Ignore logs in tests directory 9 months ago
.yamllint Add document start 2 years ago
LICENSE Initial commit 3 years ago
README.md Bump version to 0.10.0 4 months ago
galaxy.yml Bump version to 0.10.0 4 months ago

README.md

Ansible Collection - eriol.kit

Ansible roles that I wrote for my own use.

Installation

Create a requirements.yml with the following content:

---
collections:
  - name: https://noa.mornie.org/eriol/ansible-collection-kit
    type: git
    version: 0.10.0

and then, using ansible >= 2.10, run:

ansible-galaxy collection install -r requirements.yml