/tower-example

Ansible Tower Example Playbooks

The UnlicenseUnlicense

tower-example

Ansible Tower Example Playbooks

Execution Steps

  1. Add file called "hosts" in project root.
[server]
<ip>:<port>
  1. Runs Hello World and get output to local and uploads to s3
ansible-playbook -i hosts helloworld.yml -u <user> --private-key=/../ssh