Dustin 2024-01-10 16:20:48 -06:00
parent 121b2ff101
commit 3d26a7739d
1 changed files with 9 additions and 0 deletions

View File

@ -5,6 +5,15 @@
tags:
- install
- name: ensure ups configuration directory exists
file:
path: '{{ path_prefix }}/etc/ups'
owner: root
group: root
mode: u=rwx,go=rx
state: directory
tags:
- nut-config
- name: ensure upsd is configured
template:
src: upsd.conf.j2