master
Kaitlyn Parkhurst 3 years ago
parent fded268a9f
commit 3326763d6b
  1. 28
      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. 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 | | Machine | Public IP | Private IP | Domain |
| -------- | --------------- | --------------- | ------------------------- | | -------- | --------------- | --------------- | ------------------------- |
| panel | | | panel.mjb-stage.com | | panel | 45.79.31.186 | 192.168.213.90 | panel.mjb-stage.com |
| build | | | build.mjb-stage.com | | build | 45.33.25.211 | 192.168.188.226 | build.mjb-stage.com |
| store | | | store.mjb-stage.com | | store | 69.164.204.212 | 192.168.216.75 | store.mjb-stage.com |
| certbot | | | certbot.mjb-stage.com | | certbot | 96.126.122.198 | 192.168.163.105 | certbot.mjb-stage.com |
| web-west | | N/A | web-west.mjb-stage.com | | web-west | 173.255.249.43 | N/A | web-west.mjb-stage.com |
| web-east | | N/A | web-east.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. 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. Before proceeding from this section, review the section checklist to ensure you have completed all item.
| Section Checklist Items | | X | Section Checklist Items |
| --------------------------------------------------- | | --- | --------------------------------------------------- |
| Provision machine for panel, build, store, certbot | | [ ] | Provision machine for panel, build, store, certbot |
| Provision one or more machines for webservers | | [ ] | Provision one or more machines for webservers |
| Create table with your machine information | | [ ] | Create table with your machine information |
| Add DNS records for each machine | | [ ] | Add DNS records for each machine |
| Add wildcard DNS record for each WebServer | | [ ] | Add wildcard DNS record for each WebServer |

Loading…
Cancel
Save