blob: 73aedd725f745ce40819acdaf8d47563bbbbf694 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# init
## Development
In order to test this, you can use *Docker*
```bash
$ git clone --recurse-submodules https://github.com/nikolaosboutalas/init.git
$ cd init
# Build and run the docker container
$ docker build . -t ansible && docker run --rm -it ansible
# Inside the new running container
$ ansible-playbook local.yml
```
|