blob: 5b939bcf35f9bbd8e0e77f404c3a61874367faab (
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* and build a simple Linux container
```bash
$ git clone git@github.com:nikolaosboutalas/init.git
$ cd init
# Build a docker container with the specified distribution
$ docker build . -t ansible -f Dockerfile.<distribution> && docker run --rm -it ansible
# Inside the new running container
$ ansible-playbook local.yml
```
|