Skip to content
Snippets Groups Projects
Select Git revision
  • d72e33574b377613567fd566927f17c974ef8909
  • main default protected
  • renovate/jsonschema-4.x
  • renovate/django-5.x
  • koma/feature/preference-polling-form
5 results

__init__.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    main.yml 213 B
    ---
    
    # handlers file for haproxy
    
    - name: Restart haproxy
      ansible.builtin.service:
        name: haproxy
        state: restarted
    
    - name: Reload haproxy
      ansible.builtin.service:
        name: haproxy
        state: reloaded