---
- hosts: localhost
gather_facts: no
connection: local
roles:
- { role: online_server_info, tags: test_online_server_info }
- { role: online_user_info, tags: test_online_user_info }