Skip to content
Snippets Groups Projects
Commit 6ef3abd6 authored by nimrod's avatar nimrod
Browse files

Update README, dependencies and TODO list.

parent a7ecc23b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ host's key and cert.
Requirements
------------
Debian Jessie or later or OpenBSD 5.5 or later (best effort, Ubuntu Precise or
Debian Wheeyz or later or OpenBSD 5.5 or later (best effort, Ubuntu Precise or
later should also work, but aren't tested).
Role Variables
......@@ -42,7 +42,7 @@ Dependencies
------------
Part of the point is to run first, before any other role, so that other roles
can make certain assumptions (for example, a TLS cert is available).
can make certain assumptions (for example, that a TLS cert is available).
Example Playbook
----------------
......@@ -57,10 +57,19 @@ Example Playbook
tls_key: 'servers.key'
tls_cert: 'server.crt'
Example requirements.yml
------------------------
::
- src: https://www.shore.co.il/cgit/ansible-common
scm: git
path: roles/
name: common
License
-------
MIT
This software is licnesed under the MIT licese (see the ``LICENSE.txt`` file).
Author Information
------------------
......@@ -83,8 +92,8 @@ TODO
- mail_forward (OpenBSD support?).
- ssh_ca.
- syslog_forwarding.
- Update `tasks/main.yml` to reflect recent assert changes.
- Test.
- Wait for services to come online.
- Document.
- Create a module to add a TLS certificate to store for both Debian-based and
OpenBSD.
......
......@@ -13,7 +13,6 @@ galaxy_info:
- name: Debian
versions:
- jessie
- squeeze
- wheezy
- name: OpenBSD
versions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment