# README
Example ansibleplaybook-ssh
This example demonstrates how to use go-ansible
to run an Ansible playbook on a remote host using SSH and using sudo to become root user.
The example provides a Makefile
to build and run the example. The Makefile
includes the following targets:
build
: Builds the containers to run the examplerun
: Runs the exampleup
: Starts the environmentdown
: Stops the environmentrestart
: Restarts the environment