-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a639111
commit 450e1f6
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"' |