initial commit

This commit is contained in:
onalyrg 2024-04-20 19:05:30 +02:00
commit dfbda5de36
No known key found for this signature in database
GPG key ID: C5D2708CDF29B4D1
3 changed files with 24 additions and 0 deletions

7
COPYING Normal file
View file

@ -0,0 +1,7 @@
Unless specified otherwise, the content of this repository is under WTFPLv2, see `LICENSE` for a full text of the license.
The file `generic_gandivps.sh` comes from the Gandi documentation at https://docs.gandi.net/fr/vps/vps_api/index.html .
The file `ovh_api.sh` comes from https://gist.githubusercontent.com/trnsnt/8ec73cc1a0c1c6d696d5dbfdf506b671/raw/6be5a26a397d24cc141a1b91e01358487dd87b71/ovh_api.sh .
The file `boap.sh` is a modification from the file `boap.sh` which comes from https://www.christophe-casalegno.com/jouons-un-peu-avec-lapi-ovhcloud-en-bash-sous-gnu-linux/ , and is under GPLv3.

14
LICENSE Normal file
View file

@ -0,0 +1,14 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# vm_management
Collection of helper scripts, allowing to easily interact with Gandis "GandiCloud VPS" infrastructure (via openstack) and OVHs "OVHcloud" infrastructure for VPS ans dedicated servers (via OVH API).