Very Windy
Jump to navigation
Jump to search
Very Windy
git
git submodule update --init --recursive Submodule laden
git submodule update --remote Submodule aktualisieren
openssl
Check CSR:
openssl req -in sample.csr -noout -text
ansible
playbooks/all.yml
role -> tags (nginx) will apply:
group_vars/all/nginx.yml
ansible-playbook -C -D playbooks/all.yml -u windy -t nginx -C (check, dry run), -D (diff, show differences) -u (remote user) -t (tags)
ln
ln -s ../files
curl
curl -v --resolve windy.verywindy.ch:443:192.168.161.1 https://windy.verywindy.ch check connection with hardcoded dns