1
0
Fork 0
Ansible roles that I wrote for my own use.
Go to file
Daniele Tricoli 4526839207 Use homeassistant_become and homeassistant_become_user variables 2021-05-28 00:38:38 +02:00
roles Use homeassistant_become and homeassistant_become_user variables 2021-05-28 00:38:38 +02:00
tests Update tests 2021-05-27 23:41:16 +02:00
.gitignore Initial import for iptables 2020-01-29 02:45:17 +01:00
LICENSE Initial commit 2020-01-19 15:07:25 +00:00
README.md Bump to 0.2.10 2021-05-27 06:09:02 +02:00
galaxy.yml Bump to 0.2.10 2021-05-27 06:09:02 +02:00

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

and then, using ansible >= 2.10, run:

ansible-galaxy collection install -r requirements.yml