First commit
This commit is contained in:
11
roles/haproxy/tasks/main.yml
Normal file
11
roles/haproxy/tasks/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
- name: install haproxy package
|
||||
package:
|
||||
name: haproxy
|
||||
state: present
|
||||
|
||||
- name: haproxy config
|
||||
template:
|
||||
src: haproxy.cfg.j2
|
||||
dest: /etc/haproxy/haproxy.cfg
|
||||
notify:
|
||||
- restart haproxy
|
Reference in New Issue
Block a user