Compare commits
No commits in common. "b795d3ec5b30930c6184d6064ce7e29acab6dbba" and "203286d4acac15b66556b34d79ba90b4723b8591" have entirely different histories.
b795d3ec5b
...
203286d4ac
@ -94,13 +94,6 @@
|
|||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
daemon_reload: true
|
daemon_reload: true
|
||||||
|
|
||||||
- name: Load openqa-vnc firewalld service
|
|
||||||
ansible.builtin.systemd:
|
|
||||||
name: firewalld
|
|
||||||
state: reloaded
|
|
||||||
tags:
|
|
||||||
- configure
|
|
||||||
|
|
||||||
- name: Permit traffic for http and openqa-vnc services
|
- name: Permit traffic for http and openqa-vnc services
|
||||||
ansible.posix.firewalld:
|
ansible.posix.firewalld:
|
||||||
service: "{{ item }}"
|
service: "{{ item }}"
|
||||||
@ -111,13 +104,7 @@
|
|||||||
- openqa-vnc
|
- openqa-vnc
|
||||||
tags:
|
tags:
|
||||||
- configure
|
- configure
|
||||||
|
notify: Reload firewalld
|
||||||
- name: Reload FirewallD
|
|
||||||
ansible.builtin.systemd:
|
|
||||||
name: firewalld
|
|
||||||
state: reloaded
|
|
||||||
tags:
|
|
||||||
- configure
|
|
||||||
|
|
||||||
- name: Check for existing repository
|
- name: Check for existing repository
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
|
@ -9,6 +9,6 @@ templates_src_dir: "{{ playbook_dir }}/files/usr/share/openqa/templates"
|
|||||||
templates_dest_dir: "/usr/share/openqa/templates"
|
templates_dest_dir: "/usr/share/openqa/templates"
|
||||||
|
|
||||||
branding_patches:
|
branding_patches:
|
||||||
- {path: /usr/share/openqa/assets/assetpack.def, patch: /usr/share/openqa/assets/assetpack.def.patch}
|
- { path: /usr/share/openqa/assets/assetpack.def, patch: /usr/share/openqa/assets/assetpack.def.patch }
|
||||||
- {path: /usr/share/openqa/templates/webapi/main/index.html.ep, patch: /usr/share/openqa/templates/webapi/main/index.html.ep.patch}
|
- { path: /usr/share/openqa/templates/webapi/main/index.html.ep, patch: /usr/share/openqa/templates/webapi/main/index.html.ep.patch }
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user