coding
This commit is contained in:
@@ -9,3 +9,14 @@
|
||||
name: net.inet.carp.preempt
|
||||
value: '1'
|
||||
when: openbsd_carp_preempt
|
||||
|
||||
- name: Configure carp{{ carp.num }}
|
||||
template:
|
||||
src: hostname.carp.j2
|
||||
dest: /etc/hostname.carp{{ carp.num }}
|
||||
notify: start carp{{ carp.num }}
|
||||
loop: "{{ openbsd_carp | flatten(level=1) }}"
|
||||
loop_control:
|
||||
loop_var: carp
|
||||
|
||||
- meta: flush_handlers
|
||||
|
||||
Reference in New Issue
Block a user