https://github.com/calinradoni/scripts
Scripts that I consider useful and worth keeping around
https://github.com/calinradoni/scripts
ansible bash cloud-init lxd
Last synced: 5 months ago
JSON representation
Scripts that I consider useful and worth keeping around
- Host: GitHub
- URL: https://github.com/calinradoni/scripts
- Owner: CalinRadoni
- License: mit
- Created: 2023-09-27T18:07:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T19:58:56.000Z (over 1 year ago)
- Last Synced: 2024-12-30T20:19:13.552Z (about 1 year ago)
- Topics: ansible, bash, cloud-init, lxd
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scripts
This repository contains scripts that I consider useful and worth keeping around.
## Highlights
- `Ansible` directory contains its own README.
- `Bash/template.sh` is a template for bash scripts.
- `Bash/generalize_simple.sh` some simple steps to generalize a virtual machine or container.
- `LXD/k-playground.sh` builds, shows and destroys a [LXD Playground for Kubernetes](https://calinradoni.github.io/pages/230918-lxd-playground-for-k8s.html). The linked article contains the basic steps. The script is the practical, scripted, implementation.
- `LXD/a-playground.sh` builds, shows and destroys an Ansible playground. The containers can be accessed from the host by name.
- `web/randomLettersFX.ts`.
- `Astro` directory is for `Astro` and `Starlight` development and contains its own README.
## License
This repository is licensed under the terms of the MIT License. See the [LICENSE](LICENSE) file, [MIT License](https://opensource.org/license/mit/) on `opensource.org` or [MIT License](https://spdx.org/licenses/MIT.html) on `SPDX` site.