An open API service indexing awesome lists of open source software.

https://github.com/devpro/infrastructure-provisioning

Infrastructure provisioning
https://github.com/devpro/infrastructure-provisioning

Last synced: 12 days ago
JSON representation

Infrastructure provisioning

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).