Skip to content

Commit

Permalink
HardenedBSD adopting #35
Browse files Browse the repository at this point in the history
  • Loading branch information
jackivanov committed Feb 26, 2017
1 parent a639111 commit 450e1f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/FreeBSD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FreeBSD
# FreeBSD / HardenedBSD

It is only possible to install Algo on existing systems only in order to avoid recompiling the kernel while deploying

Expand Down
6 changes: 3 additions & 3 deletions playbooks/freebsd.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---

- name: FreeBSD | Install prerequisites
raw: sleep 10 && sudo pkg install -y python27
- name: FreeBSD / HardenedBSD | Install prerequisites
raw: sleep 10 && env ASSUME_ALWAYS_YES=YES sudo pkg install -y python27

- name: FreeBSD | Configure defaults
- name: FreeBSD / HardenedBSD | Configure defaults
raw: sudo ln -sf /usr/local/bin/python2.7 /usr/bin/python2.7

- include: facts/FreeBSD.yml
2 changes: 1 addition & 1 deletion roles/dns_adblocking/tasks/freebsd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

- name: FreeBSD | Enable dnsmasq
- name: FreeBSD / HardenedBSD | Enable dnsmasq
lineinfile: dest=/etc/rc.conf regexp=^dnsmasq_enable= line='dnsmasq_enable="YES"'
4 changes: 2 additions & 2 deletions roles/vpn/tasks/freebsd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
- name: FreeBSD | Enable strongswan

- name: FreeBSD / HardenedBSD | Enable strongswan
lineinfile: dest=/etc/rc.conf regexp=^strongswan_enable= line='strongswan_enable="YES"'

0 comments on commit 450e1f6

Please sign in to comment.