2018-04-11 18:27:39 +03:00
|
|
|
---
|
|
|
|
|
|
|
|
- hosts: all
|
|
|
|
gather_facts: false
|
2018-05-03 04:49:10 +03:00
|
|
|
become: true
|
2018-12-22 03:20:23 +03:00
|
|
|
become_user: "{{ 'hab' if connection == 'local' else 'root' }}"
|
|
|
|
connection: "{{ connection }}"
|
2018-04-11 18:27:39 +03:00
|
|
|
roles:
|
|
|
|
- role: janus
|