Expanded the UPS_monitoring to install NUT and configure the options. Port not yet accessible.

This commit is contained in:
Pet
2018-02-11 17:55:26 +01:00
parent 013152e80e
commit 2b621ed364
10 changed files with 118 additions and 1 deletions

View File

@@ -25,6 +25,8 @@
- hosts: all
gather_facts: False
tasks:
- name: install python
raw: test -e /usr/bin/python || (apt-get update && apt-get install -y python)
- name: install python3
raw: test -e /usr/bin/python3 || (apt-get update && apt-get install -y python3)
@@ -33,3 +35,11 @@
- common
# - rvm1-ansible
- ariane
- hosts: fet
roles:
- common
- hosts: lxc-pet-01
roles:
- USV_monitoring