https://github.com/woodprogrammer/firecracker-ansible
This is a repository contains ansible playbook for firecracker setup
https://github.com/woodprogrammer/firecracker-ansible
Last synced: 2 months ago
JSON representation
This is a repository contains ansible playbook for firecracker setup
- Host: GitHub
- URL: https://github.com/woodprogrammer/firecracker-ansible
- Owner: WoodProgrammer
- License: apache-2.0
- Created: 2025-04-15T19:35:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-16T01:57:48.000Z (about 1 year ago)
- Last Synced: 2025-09-05T11:41:04.261Z (8 months ago)
- Language: Jinja
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# firecracker-ansible
This is a repository contains ansible playbook for firecracker setup; You can easily use this template for firecracker setup on your KVM supported instances.
## The content is ;
* Install dependencies
* Generate config files
* Build rootfs on target images
## Simple Usage;
```sh
$ ansible-playbook playbooks/site.yaml -u root -i inventories/hosts
```