Allow connmon to run out of box, by adding task to start connmond in screen session.
This commit is contained in:
parent
aa9729d3e4
commit
5569312645
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user