Giter Site home page Giter Site logo

ansible-acmetool's Introduction

Build Status Role Name

This role installs and configures the acmetool on a Debian/Ubuntu server.

Requirements

  • OS: Ubuntu 14.04/16.04/18.04

Role Variables

Default Variables

acmetool_rootless: False

optional, install acmetool as non-root user

acmetool_user: "acme"

no-root username

acmetool_email: ""

optional, let's encypt emails

acmetool_agreement: True

required, accept terms

acmetool_server: "https://acme-v01.api.letsencrypt.org/directory"

required

acmetool_method: "proxy"

required, options: webroot, proxy, stateless, redirector refere to acmetool

acmetool_webroot_path: ""

required when acmetool_method is webroot

acmetool_quickstart_complete: True

acmetool_install_systemd_timer: False

optional, install systemd timer for autorenewal

acmetool_install_cronjob: False

optinal, install cronjob for autorenewal

acmetool_install_haproxy_script: False

optional

acmetool_install_redirector_systemd: True

optional

acmetool_key_type: "rsa"

required, options: rsa, ecdsa

acmetool_rsa_key_size: 4096

required, 2048 - 4096 bytes

acmetool_ecdsa_curve: "nistp256"

required, options: nistp256 (recommended), nistp384, nistp521 (limited support)

Limitations

  • The acmetool method redirector currently is only supported when acmetool is installed as root.
  • Either Cronjob or Systemd Timer can be used, but not both at the time.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
    - { role: ansible-acmetool, become: yes }
  vars:
    - acmetool_email: "[email protected]"
    - acmetool_method: "proxy"

License

BSD

Author Information

Jonas Reindl

ansible-acmetool's People

Contributors

ohdearaugustin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.