This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix TRANSFORM_INVALID_GROUP_CHARS deprecation warning
pull/187/head
Dan Arnfield
7 years ago
parent
fa38c84be2
commit
093859d926
3 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/hosts
+0
-0
group_vars/matrix_servers
+1
-1
setup.yml
+ 1
- 1
examples/hosts
View File
@@ -7,5 +7,5 @@
# For improved Ansible performance, SSH pipelining is enabled by default (`ansible_ssh_pipelining=yes`).
# If this causes SSH connection troubles, feel free to disable it.
[matrix
-
servers]
[matrix
_
servers]
matrix.<your-domain> ansible_host=<your-server's external IP address> ansible_ssh_user=root ansible_ssh_pipelining=yes
group_vars/matrix-servers → group_vars/matrix_servers
View File
+ 1
- 1
setup.yml
View File
@@ -1,6 +1,6 @@
---
- name: "Set up a Matrix server"
hosts: "{{ target if target is defined else 'matrix
-
servers' }}"
hosts: "{{ target if target is defined else 'matrix
_
servers' }}"
become: true
roles:
Write
Preview
Loading…
Cancel
Save