summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNikolaos Boutalas <nikolaos@boutalas.me>2023-08-11 14:38:10 +0300
committerNikolaos Boutalas <nikolaos@boutalas.me>2023-12-31 12:46:06 +0200
commit77475705a59c9c347e8face58cf17b051f84f63e (patch)
treed1e63294760a0f2e1756bf9e3093d29708711fbc /README.md
parentf20dd96b00dbe3dc5958d8e7dab010fd0f27e09d (diff)
Configure ansible to ask for passwords by default
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index bca2782..5b939bc 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,10 @@
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
+ $ 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
+ $ docker build . -t ansible -f Dockerfile.<distribution> && docker run --rm -it ansible
# Inside the new running container
- ./setup.sh
+ $ ansible-playbook local.yml
```