veza/ansible/roles/haproxy/tasks/install_ubuntu.yml

12 lines
221 B
YAML
Raw Normal View History

---
# file: roles/haproxy/tasks/install_ubuntu.yml
- name: "repository"
apt_repository:
repo: "ppa:vbernat/haproxy-{{ haproxy_version }}"
- name: "install haproxy"
apt:
name: "haproxy"
update_cache: yes