wip
parent
121b2ff101
commit
3d26a7739d
|
@ -5,6 +5,15 @@
|
||||||
tags:
|
tags:
|
||||||
- install
|
- 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
|
- name: ensure upsd is configured
|
||||||
template:
|
template:
|
||||||
src: upsd.conf.j2
|
src: upsd.conf.j2
|
||||||
|
|
Loading…
Reference in New Issue