Difference between revisions of "Very Windy"
Jump to navigation
Jump to search
(→git) |
|||
| Line 4: | Line 4: | ||
<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> | ||
== openssl == | |||
Check CSR:<br> | |||
<code>openssl req -in sample.csr -noout -text</code> | |||
== ansible == | == ansible == | ||
Revision as of 11:16, 12 February 2026
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