From 91d133cddeac4bf6d859d22a905a58ea8b9953e7 Mon Sep 17 00:00:00 2001 From: Ruan Bekker Date: Sat, 17 Oct 2020 20:40:27 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f36c65d..a04def6 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,14 @@ Raspberry Pi. This is similar to local mode: (ansible_env) $ ansible-playbook --ask-vault-pass --ask-become-pass --inventory hosts.remote ./remote.yml + (ansible_env) $ ansible-playbook --ask-vault-pass --inventory hosts.remote ./remote.yml + Vault password: + New pi account password: + confirm New pi account password: + Ethernet interface [eth0]: + Static IPv4 address: 192.168.0.2 + Routers (comma separated): 192.168.0.1 + DNS servers (space separated) [8.8.8.8 8.8.4.4]: 192.168.0.1 8.8.8.8 The playbook follows the same code path.