Skip to content

Commit

Permalink
Install FreeBSD root, with ports, for the base jail
Browse files Browse the repository at this point in the history
  • Loading branch information
seankelly committed Nov 26, 2014
1 parent 19378d8 commit cf04dfc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/jail/tasks/main.yml
Expand Up @@ -3,3 +3,9 @@
template:
src: ezjail.conf
dest: /usr/local/etc/ezjail.conf

# Step 1, populate the base jail. This only needs to be done once.
- name: Populate basejail
command: ezjail-admin install -p
args:
creates: /usr/local/jail/base

0 comments on commit cf04dfc

Please sign in to comment.