You've already forked role_stubby
[INFO] Créer le rôle
This commit is contained in:
14
tasks/main.yml
Normal file
14
tasks/main.yml
Normal 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
|
Reference in New Issue
Block a user