Playbook #7

/home/zuul/src/opendev.org/opendev/system-config/playbooks/service-gitea.yaml

Report Status CLI Date Duration Controller User Versions Hosts Plays Tasks Results Files Records
27 Oct 2025 19:39:47 +0000 00:02:45.41 bridge99.opendev.org root Ansible 2.15.13 ara 1.7.3 (client), 1.7.3 (server) Python 3.10.12 1 1 94 92 21 0

File: /home/zuul/src/opendev.org/opendev/system-config/playbooks/roles/apache-ua-filter/handlers/main.yaml

1
2
3
4
5
6
7
8
9
- name: Reload apache2
  service:
    name: apache2
    state: reloaded

- name: Restart apache2
  service:
    name: apache2
    state: restarted