Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tedezed/initiator

Initiator of directories and file structure
https://github.com/tedezed/initiator

ansible docker init initscript

Last synced: about 1 month ago
JSON representation

Initiator of directories and file structure

Awesome Lists containing this project

README

        

# Initiator

### Install

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

### Support

* [x] Docker
* [x] 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
```