Installer des paquets manquants, virer la merde du fond du tiroir

This commit is contained in:
southerntofu 2020-04-14 15:19:41 +00:00
parent 4954035456
commit 217466ec23
5 changed files with 3 additions and 29 deletions

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:

View File

@ -1,13 +0,0 @@
options {
recursion no;
;also-notify { } OUR SECONDARY SERVERS
{% if secondary %}
catalog-zones {
in-memory no;
zone-directory /etc/bind/peers;
{% for ns in secondary %}
zone "{{ ns }}.catalog";
{% endfor %}
}
{% endif %}
}

View File

@ -1,7 +0,0 @@
{% for ns in secondary %}
zone {{ ns }}.catalog {
type slave;
file /etc/bind/zones/.{{ ns }}.catalog.db;
}
{% endfor %}

View File

@ -1,4 +0,0 @@
zone "{{ item }}" {
type master;
file "/etc/bind/zones/{{ item }}";
}

View File

@ -1,4 +0,0 @@
zone {{ item }} {
type slave;
file /etc/bind/zones/{{ item }}.db;