renamed haproxy actions (forgotten files)
This commit is contained in:
parent
9df9f20426
commit
0fefbbfcc7
@ -1,10 +0,0 @@
|
||||
- hosts: [{{ ip }}]
|
||||
sudo: yes
|
||||
tasks:
|
||||
- apt:
|
||||
name: haproxy
|
||||
state: present
|
||||
- replace:
|
||||
dest: '/etc/default/haproxy'
|
||||
regexp: ENABLED=0
|
||||
replace: ENABLED=1
|
@ -1,7 +1,10 @@
|
||||
|
||||
- hosts: [{{ ip }}]
|
||||
sudo: yes
|
||||
tasks:
|
||||
- service:
|
||||
- apt:
|
||||
name: haproxy
|
||||
state: reloaded
|
||||
state: present
|
||||
- replace:
|
||||
dest: '/etc/default/haproxy'
|
||||
regexp: ENABLED=0
|
||||
replace: ENABLED=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user