Compare commits
13 Commits
203286d4ac
...
b795d3ec5b
Author | SHA1 | Date | |
---|---|---|---|
|
b795d3ec5b | ||
|
1e6aa33a8d | ||
|
a6868ed7a6 | ||
|
b67107ec77 | ||
|
7be367f307 | ||
|
f6cb7f343a | ||
|
fd960f900f | ||
|
6152baa8ae | ||
|
676a3d16c4 | ||
|
6713c3024c | ||
|
ed3b12a320 | ||
|
0f57ce2a83 | ||
|
af549402d9 |
@ -94,6 +94,13 @@
|
|||||||
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 }}"
|
||||||
@ -104,7 +111,13 @@
|
|||||||
- 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