hubs-ops/ansible/janus-config.yml

10 строки
179 B
YAML
Исходник Обычный вид История

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