Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tedezed/initiator
- Owner: Tedezed
- Created: 2018-03-28T08:11:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T08:31:22.000Z (over 5 years ago)
- Last Synced: 2024-10-30T08:23:18.249Z (3 months ago)
- Topics: ansible, docker, init, initscript
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```