This repo contains all the necessary scripts and tools for standing up infrastructure for Hubs on AWS.
ansible - Contains scripts for performing configuration deploys to the live Habitat ring, and other runbooks.
Expects ssh-agent to have mozilla mr ssh key registered and present in ~/.ssh/mozilla_mr_id_rsa.
host-types can be any ansible role such as: bots, discord, janus, migrate, postgrest, ret, and ssl. Or ci.
hostnames can be any server host name such as: quixotic-duck
environments include: prod and dev
See the top of each script for usage instructions.
Load in your .bashrc or .zshrc file by adding source ~/path/to/hubs-ops/helpers.sh
Expects an ssh config in ~/.ssh/config like the following:
Host *.reticulum.io
User ubuntu
PreferredAuthentications publickey,keyboard-interactive
IdentityFile ~/.ssh/mozilla_mr_id_rsa
ForwardAgent yes
See the helpers.sh source for more documenation on each command.
Useful commands include:
moz-ec2 [env] [asg]Lists active hosts from EC2, displaying environment, ASG, name, private IP, and public IP.moz-ssh target ...cmd-argsSSHes into the given target through its bastion host, e.g.moz-ssh dazzling-druid.moz-adminOpens an SSH tunnel to the prod Postgrest admin console.moz-admin-devOpens an SSH tunnel to the dev Postgrest admin console.moz-iex target ...cmd-argsSSHes into a Reticulum host and opens an Elixir console.moz-ciCreates a tunnel to the CI host's web interface on port 8088.moz-scp env ...scp-argsProxies SCP over a bastion host, e.g.moz-scp prod dazzling-druid-local.reticulum.io:~/core core.