Óscar Nájera
8f0cc14f76
Fix: Ansible uses the value present in apt module state parameter
6年前
Aleksandr Bogdanov
cdc0d3fb4e
Fixing encfs shell invocation for ansible 2 compatibility
7年前
Mike Ashley
3d68705341
Add leading 0 to octal file permissions
This is done to suppress warnings from ansible-lint.
8年前
Alex Payne
474c1d5f92
No longer need `fuse` group in Jessie.
9年前
Alex Payne
6d1eebb9d2
Use Ansible task names, not comments.
9年前
Manfred Touron
16c93ea486
Using more verbose 'dependencies' tag (#393 )
9年前
Manfred Touron
b49f3a6586
Tagged 'deps' aptitude tasks
9年前
Sven Neuhaus
ae58053653
Create /decrypted directory even if encfs is not used.
Helps with issue #120 .
9年前
Sven Neuhaus
d5217ea1cd
Create main user without "fuse" group, instead add it later as part
of the "encfs" tag. This allows the user to make encfs optional.
Helps with issue #120 .
9年前
Lorenzo Villani
d5ecf673d3
Calm OCD by sorting almost every with_items block in alphabetical order
10年前
Lorenzo Villani
e2e61a2f76
Install 'fuse' instead of 'fuse-utils'
The 'fuse-utils' package doesn't exist on Ubuntu 14.04 and is marked as a
transitional package on both Debian 7 and Ubuntu 12.04 that installs the
'fuse' package.
Since Debian 7 is the officially supported distribution we can safely
switch to install 'fuse' instead of 'fuse-utils' and we also gain
compatibility with Ubuntu 14.04.
10年前
Alex Payne
f7f7157cec
more updated variable formatting and accommodation of the YAML parser being a fussbudget
11年前
Alex Payne
d28f0f82b9
move to non-deprecated template variable formatting
11年前
Luke Cyca
7043143f90
Improved idempotency and removed ip detection for checkrbl
11年前
Luke Cyca
6168cd68d0
Automate encfs setup and name mount point more appropriately
11年前