WIP : add_rives_vm_master #42
2 changed files with 9 additions and 1 deletions
7
nuke_radius_dbs.yml
Executable file
7
nuke_radius_dbs.yml
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env ansible-playbook
|
||||||
|
---
|
||||||
|
- hosts: radius-*.adm.auro.re
|
||||||
|
roles:
|
||||||
|
- radius
|
||||||
|
vars:
|
||||||
|
nuke_radius: true
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue