https://github.com/devpro/infrastructure-provisioning
Infrastructure provisioning
https://github.com/devpro/infrastructure-provisioning
Last synced: 12 days ago
JSON representation
Infrastructure provisioning
- Host: GitHub
- URL: https://github.com/devpro/infrastructure-provisioning
- Owner: devpro
- License: gpl-3.0
- Created: 2024-03-11T08:33:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-10T10:14:19.000Z (6 months ago)
- Last Synced: 2025-09-10T13:53:31.872Z (6 months ago)
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Infrastructure provisioning
Work in progress (initiated in March 2024, last updated July 2025)
## Getting started
### Bash scripting
Download and source the files (targetting `develop` branch in this example):
```bash
curl -sfL https://raw.githubusercontent.com/devpro/infrastructure-provisioning/develop/scripts/download.sh | sh -s -- -o temp
. temp/scripts/index.sh
```
Call a function:
```bash
k3s_create_cluster v1.23
```
Browse the [catalog of functions](scripts/README.md#shell-functions) and [concrete examples](scripts/README.md#concrete-examples).