[INFO] Créer le rôle

This commit is contained in:
2023-05-17 13:49:56 +02:00
parent ddb7a1a06a
commit 008003d83a
6 changed files with 76 additions and 3 deletions

14
tasks/main.yml Normal file
View File

@@ -0,0 +1,14 @@
---
# tasks file for stubby
- name: Installer stubby
ansible.builtin.apt:
name: stubby
become: true
- name: configurer stubby
ansible.builtin.template:
src: stubby.yml.j2
dest: /etc/stubby/stubby.yml
become: true
notify: Redémarrer stubby.service