Skip to content
Snippets Groups Projects
Select Git revision
  • b8c20c86b51b92b83883d8447591a2980fa2cb63
  • master default protected
  • th/caddy-wip
  • th/caddy
  • th/lego
  • th/acmebot
  • pyzabbix
  • th/keycloak
8 results

schilder.yml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    schilder.yml 402 B
    ---
    
    # https://github.com/ansible/ansible/issues/27699
    # https://github.com/ansible/ansible/issues/30064#issuecomment-487149251
    - name: ensure we have our templates
      git:
        repo: "{{ schilder_templates_url }}"
        dest: "{{ app_home }}/tex"
        key_file: /root/.ssh/schilder
        version: HEAD
      environment:
        TMPDIR: /root/.ansible/tmp
      notify:
        - "restart uwsgi instance {{ app.instance }}"