initial commit
This commit is contained in:
7
tasks/install.yml
Normal file
7
tasks/install.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: haproxy | installation
|
||||
apt:
|
||||
name: haproxy
|
||||
state: present
|
||||
default_release: {{ ansible_distribution_release }}-backports
|
||||
|
||||
Reference in New Issue
Block a user