Difference between revisions of "Very Windy"

From 6bit.ch wiki
Jump to navigation Jump to search
Line 2: Line 2:


== git ==
== git ==
<code>git submodule update --init</code> Submodule laden<br>
<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>
<code>git submodule update --remote</code> Submodule aktualisieren<br>

Revision as of 12:43, 12 February 2026

Very Windy

git

git submodule update --init Submodule laden
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