From 2fee8293dc960e693efa9be6320aa48bf1df8acc Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 24 Feb 2024 17:14:08 +0100 Subject: [PATCH] feat: add role for nut --- ansible/playbooks/nas.yml | 1 + ansible/roles/requirements.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ansible/playbooks/nas.yml b/ansible/playbooks/nas.yml index 883eb44..9417ac0 100644 --- a/ansible/playbooks/nas.yml +++ b/ansible/playbooks/nas.yml @@ -30,6 +30,7 @@ loop: "{{ NAS_nomad_folder }}" become: true roles: + - role: ansible-role-nut - role: ansible-role-nfs become: true - role: ansible-role-vsftpd diff --git a/ansible/roles/requirements.yml b/ansible/roles/requirements.yml index a115083..134b2ab 100644 --- a/ansible/roles/requirements.yml +++ b/ansible/roles/requirements.yml @@ -40,6 +40,8 @@ roles: scm: git - src: git@github.com:vincentDcmps/ansible-role-nfs.git scm: git +- src: git@github.com:vincentDcmps/ansible-role-nut.git + scm: git - src: https://github.com/PowerDNS/pdns_recursor-ansible.git collections: - name: vladgh.samba