Skip to content

Tedezed/initiator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Initiator

Install

curl -LO https://raw.githubusercontent.com/Tedezed/iniciator/master/bin/initiator && chmod +x initiator && sudo mv ./initiator /usr/local/bin/initiator

Support

  • Docker
  • Ansible
  • Python

Tree

Docker
├── Dockerfile
├── Makefile
├── README.md
├── prod.yaml
├── dev.yaml
├── custom
│   ├── entrypoint.d
│   │   └── 00-init.sh
│   ├── executable
│   │   └── bash
│   │       └── entrypoint.sh
│   └── files
├── env
│   ├── dev.env
│   └── prod.env
└── volumes

Ansible
├── base.yml
├── hosts
├── README.md
├── roles
│   └── install
│       └── tasks
│           └── main.yaml
├── credentials
└── test

About

Initiator of directories and file structure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages