ソースを参照

update?

pull/1326/head
Michael Collins 4年前
コミット
6b9af38228
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      roles/matrix-awx/surveys/configure_element.json.j2
  2. +1
    -1
      roles/matrix-awx/tasks/set_variables_element_subdomain.yml

+ 1
- 1
roles/matrix-awx/surveys/configure_element.json.j2 ファイルの表示

@@ -40,7 +40,7 @@
}, },
{ {
"question_name": "Set Welcome Page Background", "question_name": "Set Welcome Page Background",
"question_description": "URL to Wallpaper, shown in background of the welcome page. Must be a 'https' link, otherwise it won't be set.",
"question_description": "Sets the background image on the welcome page, you should enter a URL to the image you want to use. Must be a 'https' link, otherwise it won't be set. Leaving this field blank will cause the default background to be used.",
"required": false, "required": false,
"min": 0, "min": 0,
"max": 1024, "max": 1024,


+ 1
- 1
roles/matrix-awx/tasks/set_variables_element_subdomain.yml ファイルの表示

@@ -7,7 +7,7 @@
line: "{{ item.key }}: {{ item.value }}" line: "{{ item.key }}: {{ item.value }}"
insertafter: '# Element Settings Start' insertafter: '# Element Settings Start'
with_dict: with_dict:
'matrix_server_fqn_element': "{{ element_subdomain }}.{{ matrix_domain }}"
'matrix_server_fqn_element': "{{ awx_element_subdomain }}.{{ matrix_domain }}"
- name: Save new 'Configure Element Subdomain' survey.json to the AWX tower, template - name: Save new 'Configure Element Subdomain' survey.json to the AWX tower, template
delegate_to: 127.0.0.1 delegate_to: 127.0.0.1


読み込み中…
キャンセル
保存