Skip to main content

Ansible Jump Host

Table of Contents

Rationale #

I’ve been developing a reusable and scalable Attack/Defense infrastructure for a while. Scalability in my situations means that I do not have an option to provide every vulnbox with a public IP address. In past deploying AD involved setting up gateway host, copying configuration files there and continuing deployment there - lots of trouble. The solution is quite easy - just use gateway as a jump host for ansible.

Setup #