imfreedom/ansible

make the podman role yamllint clean

2021-11-22, Gary Kramlich
373d29202911
make the podman role yamllint clean
<VirtualHost *:80>
ServerName status.imfreedom.org
ServerAdmin root@imfreedom.org
DocumentRoot /var/www/html
<Directory /var/www/html>
AllowOverride None
Require all granted
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/.*$ [NC]
RewriteRule ^(.*)$ https://status.pidgin.im/ [R=301]
</Directory>
</VirtualHost>
<VirtualHost *:443>
ServerName status.imfreedom.org
ServerAdmin root@imfreedom.org
DocumentRoot /var/www/html
SSLEngine on
SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1
SSLCertificateKeyFile /etc/letsencrypt/live/status.imfreedom.org/privkey.pem
SSLCACertificateFile /etc/letsencrypt/live/status.imfreedom.org/chain.pem
SSLCertificateFile /etc/letsencrypt/live/status.imfreedom.org/cert.pem
<Directory /var/www/html>
AllowOverride None
Require all granted
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/.*$ [NC]
RewriteRule ^(.*)$ https://status.pidgin.im/ [R=301]
</Directory>
</VirtualHost>