Very Windy

From 6bit.ch wiki
Revision as of 13:16, 3 February 2026 by Xbl (talk | contribs) (Created page with "= Very Windy = == git == <code>git submodule update --init --recursive</code> Submodule laden<br> == ansible == <code>playbooks/all.yml</code><br> role -> tags (nginx) will apply:<br> <code>group_vars/all/nginx.yml</code><br> <code>ansible-playbook -C -D playbooks/all.yml -u windy -t nginx</code> -C (check, dry run), -D (diff, show differences) -u (remote user) -t (tags)<br> == ln == <code>ln -s ../files</code> == curl == <code>curl -v --resolve windy.verywindy.ch:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Very Windy

git

git submodule update --init --recursive Submodule laden

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