From 78618dd3a40c703c15eaa3a75751057811a929f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Fri, 30 Aug 2019 13:37:45 +0200 Subject: [PATCH] Debops's roles can now fully manage the purpose of this role --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30b22f9..7cc655f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ This content is mainly deprecated and i start using [Debops Netbase role][debops netbase role] which comes with most of this configuration (more and better). -TODO : A specific role to manage `resolvconf` might be a good idea. +The [Debops Ifupdown role][debops ifupdown role] can manage the DNS search and nameservers, +[see the documentation][debops ifupdown dns] for more informations and the +[Debops Resolvconf role][debops resolvconf role] can also give more possibilities. 1. [Overview](#overview) 2. [Role Variables](#role-variables) @@ -96,3 +98,5 @@ Jérémy Gardais [ipr website]: https://ipr.univ-rennes1.fr/ [wiki proxmox lxc]: https://pve.proxmox.com/wiki/Linux_Container#_guest_operating_system_configuration [debops netbase role]: https://docs.debops.org/en/master/ansible/roles/debops.netbase/index.html +[debops ifupdown role]: https://docs.debops.org/en/master/ansible/roles/debops.ifupdown/index.html +[debops resolvconf role]: https://docs.debops.org/en/master/ansible/roles/debops.resolvconf/index.html