Name =========POC for using Ansible Tower as a CI/CD tool for continuous deployment of an internal 3tier application on QA and production environments.
1) Ansible Tower Homework Lab
2) OpenStack for Ansible
3) Ansible Advanced
4) https://github.com/Funkydhi/Ansible.git
export TOWER_GUID= export MYKEY=~/.ssh/mykey.pem
export MYUSER=dhiren.shastry@atos.net
- {{tower_guid}} is the GUID 2) {{osp_guid}} is the GUID for workstation machine
- Tower Url: tower1.guid.example.opentlc.com
example of how to use your role :
- hosts: localhost
gather_facts: false
become: yes
roles:
- config-tower
Opensource