Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
overmind
/
matrix-docker-ansible-deploy
réplica de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fix TRANSFORM_INVALID_GROUP_CHARS deprecation warning
pull/187/head
Dan Arnfield
hace 7 años
padre
fa38c84be2
commit
093859d926
Se han
modificado 3 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
examples/hosts
+0
-0
group_vars/matrix_servers
+1
-1
setup.yml
+ 1
- 1
examples/hosts
Ver fichero
@@ -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
Ver fichero
+ 1
- 1
setup.yml
Ver fichero
@@ -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:
Escribir
Vista previa
Cargando…
Cancelar
Guardar