Difference between revisions of "Very Windy"
Jump to navigation
Jump to search
(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:...") |
(→git) |
||
| Line 3: | Line 3: | ||
== git == | == git == | ||
<code>git submodule update --init --recursive</code> Submodule laden<br> | <code>git submodule update --init --recursive</code> Submodule laden<br> | ||
<code>git submodule update --remote</code> Submodule aktualisieren<br> | |||
== ansible == | == ansible == | ||
Revision as of 10:24, 12 February 2026
Very Windy
git
git submodule update --init --recursive Submodule laden
git submodule update --remote Submodule aktualisieren
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