/ansible-role-veracrypt-1

Free encryption software based on TrueCrypt.

BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Ansible Role: veracrypt

Build Status GitHub tag (latest by date) License

This Ansible role installs VeraCrypt, a free open source disk encryption software. The following Linux distributions are supported:

  • Debian 9 (Stretch),
  • Debian 10 (Buster),
  • Enterprise Linux 7,
  • Enterprise Linux 8,
  • Fedora 33,
  • Fedora 34,
  • Ubuntu 16.04 LTS (Xenial Xerus),
  • Ubuntu 18.04 LTS (Bionic Beaver),
  • Ubuntu 20.04 LTS (Focal Fossa),

This Role was tested with Travis CI using Ansible Molecule and with a multi virtual machine veracrypt environment.

Requirements

None

Role Variables

Available variables are listed below, along with default values:

# packages to be installed
veracrypt_packages:
  - veracrypt

# default packages state: (present) | latest | absent 
veracrypt_packages_state: present

Dependencies

None

Example Playbook

---
# file: tests/test.yml

- hosts: local
  roles:
    - { role: coglinev3.veracrypt }

Version

Release: 1.1.0

License

BSD

Author Information

Copyright © 2020 Cogline.v3.