|
|
|
@ -21,21 +21,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
## Without poetry
|
|
|
|
## Without poetry
|
|
|
|
|
|
|
|
|
|
|
|
ansible-galaxy collection install hetzner.hcloud
|
|
|
|
ansible-galaxy install -r galaxy-requirements.yml
|
|
|
|
ansible-galaxy collection install community.general
|
|
|
|
|
|
|
|
ansible-galaxy collection install kubernetes.core
|
|
|
|
|
|
|
|
ansible-galaxy collection install community.mysql
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OR
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ansible-galaxy collection install -r galaxy-requirements.yml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## With poetry
|
|
|
|
## With poetry
|
|
|
|
|
|
|
|
|
|
|
|
poetry run ansible-galaxy collection install hetzner.hcloud
|
|
|
|
poetry run ansible-galaxy install hetzner.hcloud
|
|
|
|
poetry run ansible-galaxy collection install community.general
|
|
|
|
|
|
|
|
poetry run ansible-galaxy collection install kubernetes.core
|
|
|
|
|
|
|
|
poetry run ansible-galaxy collection install community.mysql
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Setup
|
|
|
|
# Setup
|
|
|
|
Create/Start servers for stage-dev
|
|
|
|
Create/Start servers for stage-dev
|
|
|
|
|