You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Denis Knauf cb2306889f init 3 years ago
defaults init 3 years ago
files init 3 years ago
handlers init 3 years ago
meta init 3 years ago
tasks init 3 years ago
tests init 3 years ago
vars init 3 years ago
.gitignore init 3 years ago
README.adoc init 3 years ago

README.adoc

Role Name
=========

A brief description of the role goes here.

Requirements
------------

Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.

Role Variables
--------------

ssh_ca_name::
Name for your CA - will be stored as comment.
If CA already exists, it will not be changed.
Mandatory.

ssh_ca_user::
User for CA.
Must match with `ssh_cert`-role.
Default: `sshca`

ssh_ca_home::
Default: `/var/lib/sshca`

ssh_ca_base_dir::
Where to store the certs and CA.
Must match with `ssh_cert`-role.
Default: `~/.ssh-ca`
**Do not change!**

ssh_ca_force_regeneration::
Forces to regenerate the CA.
*The old will be deleted!**

Dependencies
------------

Use ssh-cert to use ssh-ca-server for re-/newal hosts and users certificates.

Example Playbook
----------------

.example playbook
----
- name: SSH-CA
hosts: ssh_ca_server
roles:
- role: ssh-ca
----

License
-------

AGPLv3

Author Information
------------------

Denis Knauf - https://git.denkn.at/deac/ansible-role-ssh-cert