Initial import; migrate some roles from irl.wip

This commit is contained in:
Iain Learmonth 2025-10-31 22:36:32 +00:00
commit 2ba6c6691b
44 changed files with 1573 additions and 0 deletions

18
galaxy.yml Normal file
View file

@ -0,0 +1,18 @@
---
namespace: sr2c
name: core
version: "0.0.1"
readme: "README.md"
license:
- BSD-2-Clause
authors:
- irl
description: Common roles and playbooks for infrastructure deployment and management.
homepage: https://guardianproject.dev/sr2/ansible-collection-core
repository: https://guardianproject.dev/sr2/ansible-collection-core.git
issues: https://guardianproject.dev/sr2/ansible-collection-core/issues/
dependencies:
ansible.posix: "*"
community.crypto: "*"
community.general: "*"
freeipa.ansible_freeipa: "1.15.1"