forked from ccchb/ansible
7 lines
85 B
YAML
7 lines
85 B
YAML
---
|
|
- name: Deploy haproxy
|
|
hosts:
|
|
- emma
|
|
become: true
|
|
roles:
|
|
- haproxy
|