[GIT] refactor submodules: add all to own repo

This commit is contained in:
Jannik Beyerstedt 2019-10-06 22:55:56 +02:00
commit be2b9bf3c0
27 changed files with 3311 additions and 0 deletions

41
README.md Normal file
View file

@ -0,0 +1,41 @@
Server
=========
Essential server setup tasks, like sshd config, ddns cronjobs (+ mail output), etc.
Requirements
------------
none TODO!!
Role Variables
--------------
If borgbackup is used, the following variables need to be set for each host.
Multiple hosts using the same backup account is currently not supported by the borgbackup script.
- borgbackup_host
- borgbackup_sub
Dependencies
------------
none
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: username.rolename, x: 42 }
License
-------
GPLv3
Author Information
------------------
An optional section for the role authors to include contact information, or a website (HTML is not allowed).