Make Your Own Stack
Go to file
Yann Autissier 52740d1c56 split make files in `myos` project and install files in `yaip` project 2022-12-06 16:42:15 +00:00
ansible split make files in `myos` project and install files in `yaip` project 2022-12-06 16:42:15 +00:00
aws split make files in `myos` project and install files in `yaip` project 2022-12-06 16:42:15 +00:00
openstack split make files in `myos` project and install files in `yaip` project 2022-12-06 16:42:15 +00:00
packer split make files in `myos` project and install files in `yaip` project 2022-12-06 16:42:15 +00:00
terraform split make files in `myos` project and install files in `yaip` project 2022-12-06 16:42:15 +00:00
.dockerignore import files 2021-02-09 18:08:58 +01:00
.env.dist split make files in `myos` project and install files in `yaip` project 2022-12-06 16:42:15 +00:00
.gitignore import files 2021-02-09 18:08:58 +01:00
CHANGELOG.md split make files in `myos` project and install files in `yaip` project 2022-12-06 16:42:15 +00:00
LICENSE wip 2021-07-14 20:38:30 +01:00
Makefile split make files in `myos` project and install files in `yaip` project 2022-12-06 16:42:15 +00:00
README.md split make files in `myos` project and install files in `yaip` project 2022-12-06 16:42:15 +00:00

README.md

yaip - Yet Another Internet Project

Terraform a bunch of ressources to host your projects on Internet.

Disclaimer

This is work in progress ;)

Requirements

You need docker, git and make.

Usage

Examples

  • Install yaip for domain localhost
$ make install DOMAIN=localhost
  • Build an iso
$ make packer-build

Variables

  • DRYRUN

Do nothing, show commands instead of executing it.

$ make install DRYRUN=true
  • VERBOSE

Show called functions.

$ make install VERBOSE=true

Debug

  • Show debug variables
$ make debug
  • Generate self documentation
$ make doc
  • Show env args
$ make print-env_args

Status

Beta software, use it at your own risks.