first commit

This commit is contained in:
2020-07-19 21:07:18 +02:00
commit 5c06670ed7
9 changed files with 148 additions and 0 deletions

11
tasks/main.yml Normal file
View File

@@ -0,0 +1,11 @@
---
- name: Enable CARP
sysctl:
name: net.inet.carp.allow
value: '1'
- name: Allow CARP preempt
sysctl:
name: net.inet.carp.preempt
value: '1'
when: openbsd_carp_preempt