- update README.md
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user