Skip to content
Snippets Groups Projects
Select Git revision
  • 8ff5d38c8ab1bb5b161911045f1658fd80517dae
  • master default
  • v1
  • btrfs-backup
4 results

kodi.yaml

Blame
    • nimrod's avatar
      8ff5d38c
      Cleanup of playbooks. · 8ff5d38c
      nimrod authored
      - Set the become parameters in the inventory instead of adding it to all
        of the playbooks.
      - Can't group by the package manager in the bootstrap playbook, can'
        gather facts, that's why the bootstrap is needed. Hard-code hosts.
      - Delete the toolbox playbook, add the toolbox role to the debian_server
        playbook.
      - Update list of playbooks in the pre-commit config.
      8ff5d38c
      History
      Cleanup of playbooks.
      nimrod authored
      - Set the become parameters in the inventory instead of adding it to all
        of the playbooks.
      - Can't group by the package manager in the bootstrap playbook, can'
        gather facts, that's why the bootstrap is needed. Hard-code hosts.
      - Delete the toolbox playbook, add the toolbox role to the debian_server
        playbook.
      - Update list of playbooks in the pre-commit config.
    zpush.shore.co.il 811 B
    map $host $zpush { default z-push; }
    
    server {
        listen      80;
        listen      [::]:80;
        server_name zpush.shore.co.il;
        include     snippets/robots-disallow-all.conf;
        include     snippets/ads-txt.conf;
        include     snippets/security-txt.conf;
        include     snippets/www-acme-challenge.conf;
        include     snippets/redirect-https.conf;
    }
    
    server {
        listen      443 ssl http2;
        listen      [::]:443 ssl http2;
        server_name zpush.shore.co.il;
        include     snippets/robots-disallow-all.conf;
        include     snippets/ads-txt.conf;
        include     snippets/security-txt.conf;
        include     snippets/ssl.conf;
    
        location / {
            proxy_pass              http://$zpush;
            proxy_http_version      1.1;
            include                 snippets/proxy-headers.conf;
        }
    }