Initial commit
This commit is contained in:
19
examples/host-vars.yml
Normal file
19
examples/host-vars.yml
Normal file
@ -0,0 +1,19 @@
|
||||
# This is something which is provided to Let's Encrypt
|
||||
# when retrieving the SSL certificates for `<your-domain>`.
|
||||
#
|
||||
# In case SSL renewal fails at some point, you'll also get
|
||||
# an email notification there.
|
||||
#
|
||||
# Example value: someone@example.com
|
||||
host_specific_ssl_support_email: YOUR_EMAIL_ADDRESS_HERE
|
||||
|
||||
# This is your bare domain name (`<your-domain`).
|
||||
#
|
||||
# Note: the server specified here is not touched.
|
||||
#
|
||||
# This playbook only installs to `matrix.<your-domain>`,
|
||||
# but it nevertheless requires to know the bare domain name
|
||||
# (for configuration purposes).
|
||||
#
|
||||
# Example value: example.com
|
||||
host_specific_hostname_identity: YOUR_BARE_DOMAIN_NAME_HERE
|
2
examples/hosts
Normal file
2
examples/hosts
Normal file
@ -0,0 +1,2 @@
|
||||
[matrix-servers]
|
||||
matrix.<your-domain> ansible_host=<your-server's IP address> ansible_ssh_user=root
|
Reference in New Issue
Block a user