Skip to content

Provision an Ansible Tower Cluster in AWS with multi-az availability

Notifications You must be signed in to change notification settings

bpleines/tower-rds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation Practice RDS Tower Lab

Requirements

  • boto
  • boto3
  • botocore
  • python >= 2.6

Role Variables

Example required configurables to be supplied below in group_vars/all/main.yml:

#These values must be configured
vpc_id: vpc-c4c7cda2
vpc_subnet_id: subnet-9e6884b2
region: us-east-1
key_pair: tower_rds

Secret Variables are vaulted in group_vars/all/vault.yml

---
aws_access_key: ********************
aws_secret_key: ******************************

#These passwords have certain restrictions but length of masked strings work
admin_password: *******
postgres_password: **********
rabbitmq_password: **********

Provision Tower Infrastructure

ansible-playbook tower-rds.yml --ask-vault-pass

Author Information

Branden Pleines

About

Provision an Ansible Tower Cluster in AWS with multi-az availability

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published