- update README.md

This commit is contained in:
Pi
2019-07-31 10:49:53 -04:00
parent b85b326204
commit fb385d00fa
2 changed files with 4 additions and 3 deletions

View File

@@ -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. 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 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 * Configure DNS resolution by updating hosts files on each PI from inventory. This is much simpler than bothering to set up DNS services
* SMB * 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 * Currently working. Ansible install of scripts and cron jobs
## Getting Started ## Getting Started
TBD:
* Boot NOOBS and select the Raspbian Lite option: * Boot NOOBS and select the Raspbian Lite option:
* On each Pi * On each Pi
* log in as 'pi' with the password 'raspberry' * log in as 'pi' with the password 'raspberry'

View File

@@ -78,5 +78,7 @@
name: pi name: pi
state: present state: present
update_password: always 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 tags: pi password