create vpn books

networking
Jean-Marie Mineau 3 years ago
parent 1312ffac47
commit 321101b237

@ -0,0 +1,5 @@
#!/usr/bin/env ansible-playbook
---
- hosts: vpn
roles:
- vpn

@ -4,7 +4,7 @@ all:
ubuntu:
hosts:
hindley.adh.auro.re:
debian:
debian-buster:
hosts:
azerty.fil.sand.auro.re:
dns-histausse.fil.sand.auro.re:
@ -34,3 +34,7 @@ all:
vm1:
vm2:
vm3:
vpn:
hosts:
azerty.fil.sand.auro.re:
hindley.adh.auro.re:

@ -0,0 +1,6 @@
---
- name: Add backports to buster
apt_repository:
repo: deb http://deb.debian.org/debian buster-backports main
state: present
when: "'debian-buster' in group_names"
Loading…
Cancel
Save