https://github.com/goffinet/goffinet
https://github.com/goffinet/goffinet
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goffinet/goffinet
- Owner: goffinet
- Created: 2020-11-28T21:17:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T19:46:09.000Z (about 5 years ago)
- Last Synced: 2025-10-24T09:03:06.794Z (7 months ago)
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
I love code and writing technical papers.
I am working on several projects around IaC:
- [goffinet/virt-scripts](https://github.com/goffinet/virt-scripts/) is a Bash collection in front of Libvirt to manage KVM guests in Linux labs.
- [goffinet/packer-kvm](https://github.com/goffinet/packer-kvm) is a KVM builder for images used by [goffinet/virt-scripts](https://github.com/goffinet/virt-scripts/).
- [goffinet/terraform-libvirt](https://github.com/goffinet/terraform-libvirt) is a Terraform lab plan that uses [goffinet/packer-kvm](https://github.com/goffinet/packer-kvm) images.
- [goffinet/kvm-ansible-lab](https://github.com/goffinet/kvm-ansible-lab/) is an Ansible playbook that installs a lab with Ansible as provisionner and Libvirt/KVM as provider.
- [goffinet/vagrant-libvirt-ubuntu-bionic-ansible-lab](https://github.com/goffinet/vagrant-libvirt-ubuntu-bionic-ansible-lab/) is an Ubuntu Bionic only Bash script that installs a lab with Vagrant as provisionner and Libvirt/KVM as provider (and also Packer and Terraform for KVM).
- [goffinet/vagrant-ansible-lab](https://github.com/goffinet/vagrant-ansible-lab/) is an Ansible playbook that installs a lab with Vagrant as provisionner and Virtualbox as provider.
- [goffinet/ansible-install-gns3-server](https://github.com/goffinet/ansible-install-gns3-server) is an Ansible playbook to automate GNS3 servers installation on Packet or Scaleway (archived, here for reminder).
- [goffinet/ansible-ccna-lab](https://github.com/goffinet/ansible-ccna-lab) is an Ansible playbook to orchestrate CCNA labs.
- [goffinet/docker-ansible-lab](https://github.com/goffinet/docker-ansible-lab/) is a bash script that installs Docker and launch a lab for Ansible learning.