1
0
Fork 0
Ansible roles that I wrote for my own use.
Go to file
2021-01-02 20:35:21 +01:00
roles Add README for sshd role 2021-01-02 20:35:21 +01:00
tests Rename into sshd 2020-12-08 23:38:23 +01:00
.gitignore Initial import for iptables 2020-01-29 02:45:17 +01:00
galaxy.yml Add ansible galaxy stuff 2020-09-10 22:37:52 +02:00
LICENSE Initial commit 2020-01-19 15:07:25 +00:00
README.md Put installation istructions in a block 2020-09-11 02:38:09 +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://git.sr.ht/~eriol/ansible-collection-kit
    type: git
    version: main

and then, using ansible >= 2.10, run:

ansible-galaxy collection install -r requirements.yml