diff --git a/README.md b/README.md index 0fee1af..346affa 100644 --- a/README.md +++ b/README.md @@ -75,14 +75,16 @@ I need at least one of each server type. I will, however, use two WebServers an I want the database server running on `store` not to be exposed to the Internet at large, and I will use the private networking feature of my VPS provider to get private IPs for `panel`, `store`, `build`, and `certbot`. This means I also need to have all of those machines running in the same datacenter. +Each machine should be running Debian 11. + | Machine | Public IP | Private IP | Domain | | -------- | --------------- | --------------- | ------------------------- | -| panel | | | panel.mjb-stage.com | -| build | | | build.mjb-stage.com | -| store | | | store.mjb-stage.com | -| certbot | | | certbot.mjb-stage.com | -| web-west | | N/A | web-west.mjb-stage.com | -| web-east | | N/A | web-east.mjb-stage.com | +| panel | 45.79.31.186 | 192.168.213.90 | panel.mjb-stage.com | +| build | 45.33.25.211 | 192.168.188.226 | build.mjb-stage.com | +| store | 69.164.204.212 | 192.168.216.75 | store.mjb-stage.com | +| certbot | 96.126.122.198 | 192.168.163.105 | certbot.mjb-stage.com | +| web-west | 173.255.249.43 | N/A | web-west.mjb-stage.com | +| web-east | 173.255.225.48 | N/A | web-east.mjb-stage.com | Once I have these machines provisioned I lay out the information about them in the table above. I will need this information to begin writing the configuration file. @@ -92,13 +94,13 @@ Additionally, I add two DNS records for `*.mds-stage-blog.com`, one A record wit Before proceeding from this section, review the section checklist to ensure you have completed all item. -| Section Checklist Items | -| --------------------------------------------------- | -| Provision machine for panel, build, store, certbot | -| Provision one or more machines for webservers | -| Create table with your machine information | -| Add DNS records for each machine | -| Add wildcard DNS record for each WebServer | +| X | Section Checklist Items | +| --- | --------------------------------------------------- | +| [ ] | Provision machine for panel, build, store, certbot | +| [ ] | Provision one or more machines for webservers | +| [ ] | Create table with your machine information | +| [ ] | Add DNS records for each machine | +| [ ] | Add wildcard DNS record for each WebServer |