Allow connmon to run out of box, by adding task to start connmond in screen session.

This commit is contained in:
Alex Krzos 2015-12-06 23:48:55 -05:00
parent aa9729d3e4
commit 5569312645

View File

@ -25,3 +25,8 @@
with_items:
- ip_address: "{{ connmon_host }}"
when: connmon
# To remove the screen session: screen -X -S connmond kill
- name: Run connmond in screen session on director
command: screen -d -S connmond -m connmond
when: connmon and director