Skip to content

Instantly share code, notes, and snippets.

@nithril
Created March 8, 2019 15:00
Show Gist options
  • Save nithril/77ef43ea2d5b90740ccac15de7ffba36 to your computer and use it in GitHub Desktop.
Save nithril/77ef43ea2d5b90740ccac15de7ffba36 to your computer and use it in GitHub Desktop.

How to Deploy Bastion Stack

Description

This runbook contains detailed steps to deploy stack for Bastion Service.

Prerequisites

Execution steps

  1. Check out code from CodeCommit Repository - [assets]({{ references.assets }}).

  2. Navigate to source code in bash assets\cloudformation\services\bastion where ansible playbook is present.

  3. Execute the playbook.

$ ansible-playbook bastion.ansible.yml

Validation

  • The playbook execution must succeed (failed=0).
....
PLAY RECAP *********************************************************************************
localhost                  : ok=5    changed=1    unreachable=0    failed=0

Documentation

  • [Ansible Documentation]({{ references.ansible }})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment