feat: add radius role
Some checks failed
Ansible Lint Check / lint (push) Failing after 3m22s

This commit is contained in:
Iain Learmonth 2026-05-12 22:48:59 +01:00
parent ece9dd4988
commit ec6283101c
13 changed files with 508 additions and 0 deletions

View file

@ -75,3 +75,31 @@
tags: bootstrap
- role: sr2c.core.node_exporter
tags: prometheus
- name: Deploy and update Radius server
hosts:
- radius
roles:
- role: sr2c.core.baseline
vars:
baseline_epel_packages_allowed:
- certbot
- python3-certbot
- python3-pyrfc3339
- python3-parsedatetime
- python3-josepy
- python3-importlib-metadata
- python3-configargparse
- python3-acme
- python3-zipp
- python3-pyOpenSSL
- node-exporter
tags: bootstrap
- role: freeipa.ansible_freeipa.ipaclient
become: true
state: present
tags: bootstrap
- role: sr2c.core.node_exporter
tags: prometheus
- role: sr2c.core.radius
tags: radius