feat/beamup local deployment (#101)#112
Open
gcalcaterra wants to merge 1 commit into
Open
Conversation
* add a log to test the github ssh keys * display username hash * add terraform for local deployment, and restructure terraform sturecture * add docs and init script * update readme * fix deployer key path * update ansible scripts to work locally * fix deployer tunnel key * fix deployer tunnel key * fix paths * update init script * auto start VMs on boot * docs(local-deploymet): add some caveats to the docs for the local deployment * move prod terraform files into terraform/prod and update the paths accordingly * deploy multiple swarm nodes * resolve issue with apt install lock * add dns setup to access addons from outside the vm using a domain name * make dns config persistant using services * update server-init script * update readme * update init script * revert server-init * prompt the user for a domain to use * prompt user to use proxy or direct access * docs: Add how to remove VMs in README.md * updated the tfvars examples * fix github 401 when installing with ansible-galaxy * fix race condition when installing dependecies * update server init script * update tfvar examples * make docker swarm advertise_addr configurable * Set default value for advertise address for cherryservers deployment * Use interface for advertise_addr to standarize * Standarize first_interface usage and let ansible gathered it dinamically * Add example password for default user beamup * Fix dnsmasq config for local so there is no unwanted overlap in records * docs: updated local-deployment README.md --------- Co-authored-by: Gustavo Calcaterra <gustavocalcaterra@gmail.com>
dexter21767-dev
approved these changes
Jul 2, 2026
dexter21767-dev
left a comment
Member
There was a problem hiding this comment.
If it were me i would have put fewer changes in one PR. But to each their own ig.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add a log to test the github ssh keys
display username hash
add terraform for local deployment, and restructure terraform sturecture
add docs and init script
update readme
fix deployer key path
update ansible scripts to work locally
fix deployer tunnel key
fix deployer tunnel key
fix paths
update init script
auto start VMs on boot
docs(local-deploymet): add some caveats to the docs for the local deployment
move prod terraform files into terraform/prod and update the paths accordingly
deploy multiple swarm nodes
resolve issue with apt install lock
add dns setup to access addons from outside the vm using a domain name
make dns config persistant using services
update server-init script
update readme
update init script
revert server-init
prompt the user for a domain to use
prompt user to use proxy or direct access
docs: Add how to remove VMs in README.md
updated the tfvars examples
fix github 401 when installing with ansible-galaxy
fix race condition when installing dependecies
update server init script
update tfvar examples
make docker swarm advertise_addr configurable
Set default value for advertise address for cherryservers deployment
Use interface for advertise_addr to standarize
Standarize first_interface usage and let ansible gathered it dinamically
Add example password for default user beamup
Fix dnsmasq config for local so there is no unwanted overlap in records
docs: updated local-deployment README.md