Own network infrastructure as code
※ This is not working, just show you code.
$ brew install terraform
$ brew install ansible
$ terraform init
$ terraform plan
~
Plan: 8 to add, 0 to change, 0 to destroy.
~
$ terraform apply
$ ansible-galaxy install geerlingguy.docker
$ ansible-playbook -i hosts jumper1.yml
$ ansible-playbook -i hosts jumper2.yml
$ ansible-playbook -i hosts jumper.yml --skip-tags "skip_for_retry"