Skip to content

An Ansible role that generates DH parameters for use with f.e. nginx

Notifications You must be signed in to change notification settings

emielmolenaar/ansible-role-generate-dhparam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role that generates DH parameters

A very simple role for generating a DH parameter file on your hosts using Ansible.

Usage

Clone this repo into your roles directory:

$ git clone https://github.com/emielmolenaar/ansible-role-generate-dhparam.git roles/generate-dhparam

And add it to your play's roles:

- hosts: ...
  roles:
    - generate-dhparam
    - ...

I recommend using a requirements.yml in your roles directory though:

- src: https://github.com/emielmolenaar/ansible-role-generate-dhparam.git
  name: generate-dhparam

Installing the role will require a ansible-galaxy install -r ./roles/requirements.yml -p ./roles from the root directory of your playbook.

About

An Ansible role that generates DH parameters for use with f.e. nginx

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published