feat: add role for nut
This commit is contained in:
parent
3dae6adb33
commit
2fee8293dc
@ -30,6 +30,7 @@
|
|||||||
loop: "{{ NAS_nomad_folder }}"
|
loop: "{{ NAS_nomad_folder }}"
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
|
- role: ansible-role-nut
|
||||||
- role: ansible-role-nfs
|
- role: ansible-role-nfs
|
||||||
become: true
|
become: true
|
||||||
- role: ansible-role-vsftpd
|
- role: ansible-role-vsftpd
|
||||||
|
@ -40,6 +40,8 @@ roles:
|
|||||||
scm: git
|
scm: git
|
||||||
- src: git@github.com:vincentDcmps/ansible-role-nfs.git
|
- src: git@github.com:vincentDcmps/ansible-role-nfs.git
|
||||||
scm: git
|
scm: git
|
||||||
|
- src: git@github.com:vincentDcmps/ansible-role-nut.git
|
||||||
|
scm: git
|
||||||
- src: https://github.com/PowerDNS/pdns_recursor-ansible.git
|
- src: https://github.com/PowerDNS/pdns_recursor-ansible.git
|
||||||
collections:
|
collections:
|
||||||
- name: vladgh.samba
|
- name: vladgh.samba
|
||||||
|
Loading…
Reference in New Issue
Block a user