Просмотр исходного кода

Fix TRANSFORM_INVALID_GROUP_CHARS deprecation warning

pull/187/head
Dan Arnfield 7 лет назад
Родитель
Сommit
093859d926
3 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      examples/hosts
  2. +0
    -0
      group_vars/matrix_servers
  3. +1
    -1
      setup.yml

+ 1
- 1
examples/hosts Просмотреть файл

@@ -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 Просмотреть файл


+ 1
- 1
setup.yml Просмотреть файл

@@ -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:


Загрузка…
Отмена
Сохранить