Skip to content
Snippets Groups Projects
Commit 2c0570dc authored by Lars Beckers's avatar Lars Beckers
Browse files

aufs for guests

parent 56ea99d5
No related branches found
No related tags found
No related merge requests found
---
# file: roles/common/tasks/filesystem.yml
- name: ensure /tmp is a tmpfs
mount: name=/tmp src=tmpfs fstype=tmpfs opts=nosuid,rw
tags:
- config
- mount
---
# file: roles/common/tasks/main.yml
- include: filesystem.yml
- meta: flush_handlers
- include: repositories.yml
- meta: flush_handlers
- include: dns.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment