1
0
Fork 0
Ansible roles that I wrote for my own use.
Go to file
Daniele Tricoli 97f9712e1a
All checks were successful
continuous-integration/drone/push Build is passing
Bump ansible-collection-kit to 0.7.1
2022-08-29 04:58:20 +02:00
molecule/default Enable tests for both sshd and hostname role 2021-09-14 04:20:27 +02:00
roles Fix indentation on generated file 2022-08-29 04:51:09 +02:00
tests Support nginx reverse proxy 2022-08-28 19:50:18 +02:00
.drone.yml Switch again to lint 2021-09-14 04:06:16 +02:00
.gitignore Initial import for iptables 2020-01-29 02:45:17 +01:00
.yamllint Add document start 2021-09-14 02:50:04 +02:00
galaxy.yml Bump ansible-collection-kit to 0.7.1 2022-08-29 04:58:20 +02:00
LICENSE Initial commit 2020-01-19 15:07:25 +00:00
README.md Bump ansible-collection-kit to 0.7.1 2022-08-29 04:58:20 +02:00

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.7.1

and then, using ansible >= 2.10, run:

ansible-galaxy collection install -r requirements.yml