Le rôle common est installable fraichement (manquait des paquets et un handler)

This commit is contained in:
southerntofu 2020-04-14 15:19:41 +00:00
parent 5e18fb41f8
commit 9a0e25c961
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,4 @@
- name: reload tor
service:
name: tor
state: restarted

View File

@ -1,7 +1,7 @@
- name: Activer les backports
lineinfile:
path: /etc/apt/sources.list.d/backports.list
line: deb http://mirror.bhh.sh/debian buster-backports main contrib
line: deb http://ftp.debian.org/debian buster-backports main contrib
create: yes
state: present
@ -32,6 +32,8 @@
- g++
- libssl-dev
- mosh
- tor
- sudo
- name: setup certbot with contact email
copy: