This commit is contained in:
parent
ece9dd4988
commit
ec6283101c
13 changed files with 508 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue