wip
parent
121b2ff101
commit
3d26a7739d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue