Netzwerkaufbau
x
x xx
x
x
x
x +---------------------------------------+
xx x | |
x +-------------------->| sv01 |
x x | | |
x | +---------------------------------------+
x x |
x +--------------------------+-----+
x | |
x +---------------+ gateway |
x | | |
x | +--------------------------+-----+
+-------------------------------------+ xxx | | +---------------------------------------+
| | x | | | |
| intranet.home +--------------------+ +-------------------->| sv |
| | xx | |
+-------------------------------------+ xx +---------------------------------------+
xx
xx
x
x
x
x
xx
xx
xx
xx
x
xx
xx
x x
x
x
x x
xxxx
xx x
xx
x
x
x
ContaoCamp 2024 - Links
https://deployer.org/docs/7.x/getting-started
https://github.com/terminal42/contao-build-tools/tree/main
https://github.com/contao/contao/blob/5.x/rector.php
https://github.com/contao-community-alliance/contao-camps/blob/main/2024/camp-2024.md
Python Envronment fuer alte ansible Version
Python Environment erstellen:
(base) $ conda create --name ansible-env --clone base
(base) $ conda activate ansible-env
(ansible-env) $ conda env list
ansible installieren mit gezielter Version
pip install ansible==2.9.6
bash Einzeiler, permanentes Aufrufen einer URL
while true; do wget -q -O /dev/null http://THE_URL/api/worker; echo "*"; sleep 1; done
Weiterlesen … bash Einzeiler, permanentes Aufrufen einer URL
- Alle Kategorien (26)
- Ausserhalb (1)
- Computer (18)
- Genuss (1)
- Gesundheit (4)
- Sonstiges (2)
- Contao (2)