Expanded the UPS_monitoring to install NUT and configure the options. Port not yet accessible.
This commit is contained in:
10
site.yml
10
site.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user