From fb385d00faa212dc6956097b0526b01a131b9db6 Mon Sep 17 00:00:00 2001 From: Pi Date: Wed, 31 Jul 2019 10:49:53 -0400 Subject: [PATCH] - update README.md --- README.md | 3 +-- roles/common/tasks/main.yaml | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 144dc13..7f5db80 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Create and configure hosts (typically a Raspberry PI) for sites on demo network. Currently, this is just a loose collection of some repeatable tasks. -The Goal is to evenually be able to spin up a "real" network, generating real traffic: +The Goal is to evenually be able to be a turnkey solution to spin up a "real" network, generating real traffic: * Configure host name based on inventory (less manual "pi" setup) * Configure DNS resolution by updating hosts files on each PI from inventory. This is much simpler than bothering to set up DNS services * SMB @@ -40,7 +40,6 @@ The Goal is to evenually be able to spin up a "real" network, generating real tr * Currently working. Ansible install of scripts and cron jobs ## Getting Started -TBD: * Boot NOOBS and select the Raspbian Lite option: * On each Pi * log in as 'pi' with the password 'raspberry' diff --git a/roles/common/tasks/main.yaml b/roles/common/tasks/main.yaml index a0d0a62..c214e74 100644 --- a/roles/common/tasks/main.yaml +++ b/roles/common/tasks/main.yaml @@ -78,5 +78,7 @@ name: pi state: present update_password: always - password: "$6$Vmob4l5KBg11gcNV$fY.hrffHEc9gpcFhVdEmW7tepxJURBmkgQhC7kC25VsxcfHAtlqEP6Cvm6nK4jtqndkaQ/I29h/MkKk8KsdSV1" + # 'piadmin99' + #password: "$6$Vmob4l5KBg11gcNV$fY.hrffHEc9gpcFhVdEmW7tepxJURBmkgQhC7kC25VsxcfHAtlqEP6Cvm6nK4jtqndkaQ/I29h/MkKk8KsdSV1" + password: "$6$rmO12Z8HeUt6wQ$6JM550bdYBEQ22HWw2Ax1hKxawTDG5odoIFj6.RtHDUVs4jUVnqA.StSBr0HJiSw4Xnn2VBrLBxuZ7MLY820O0" tags: pi password