WIP : add_rives_vm_master #42

Merged
jeltz merged 12 commits from add_rives_vm_master into master 2021-04-06 19:39:17 +02:00
2 changed files with 9 additions and 1 deletions
Showing only changes of commit 2952c39f70 - Show all commits

7
nuke_radius_dbs.yml Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env ansible-playbook
---
- hosts: radius-*.adm.auro.re
roles:
- radius
vars:
nuke_radius: true

View file

@ -128,7 +128,8 @@
apt: apt:
name: name:
- postgresql - postgresql
- postgresql-client - postgresql-client-11=11.7-0+deb10u1
force: yes
- name: Install postgresql ansible module requirement(s) - name: Install postgresql ansible module requirement(s)
pip: pip: