initial release
This commit is contained in:
44
README.md
Normal file
44
README.md
Normal file
@@ -0,0 +1,44 @@
|
||||
Role Name
|
||||
=========
|
||||
|
||||
Deploy Collabora Code Server
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
||||
a vhost
|
||||
|
||||
Role Variables
|
||||
--------------
|
||||
|
||||
code_clients: list of ips and hostname that should be allowed to use code server. ip in the form "10\.10\.10\.10". ex:
|
||||
|
||||
```yaml
|
||||
code_clients:
|
||||
- host: nuage.maisonduvelolyon.org
|
||||
- host: 51\.15\.253\.78
|
||||
```
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
|
||||
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
|
||||
-------
|
||||
|
||||
BSD
|
||||
|
||||
Author Information
|
||||
------------------
|
||||
|
||||
Thomas C <thomas@opendoor.fr>
|
||||
|
||||
Reference in New Issue
Block a user