ThorstenS-linux / ansible-enpass-io

installs enpass on debian or ubuntu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-enpass-io

installs enpass on debian or ubuntu

example

#! /usr/bin/ansible-playbook
---
# run it with
#           ansible-playbook enpass-io.yml
#        or ./packer-io.yml
#                        Thorsten Strusch 2017-07-13
####################################################
- hosts: localhost
  become: yes
  gather_facts: true

  environment:
    http_proxy: http://proxy:3128/
    https_proxy: http://proxy:3128/

  roles:
    - ThorstenS-linux.enpass-io

About

installs enpass on debian or ubuntu

License:GNU General Public License v3.0