Skip to content

tleguern/ansible-role-acme-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible role acme-client

Install and configure acme-client from the OpenBSD project.

Requirements

None

Role Variables

Variable Description Default
acme_client_domains List of domains. None
acme_client_authority Authority used to sign the certificates. letsencrypt
acme_client_daemons List of daemons to restart on change [ httpd ]

Dependencies

None

Example Playbook

- hosts: localhost
  roles:
  - ansible-role-acme-client
    acme_client_domains:
    - example.org
    - example.com

License

Copyright (c) 2019 Tristan Le Guern <tleguern@bouledef.eu>

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Author Information

Tristan Le Guern tleguern@bouledef.eu