ansible-role-server/README.md

42 lines
837 B
Markdown
Raw Normal View History

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).