Skip to content

Latest commit

 

History

352 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tower Analytics Data Generator

This repo uses roles from Ansible-CoP's Tower_Configuration collection to configure Tower to have specific resources. You have to run following command to install the collections: ansible-galaxy collection install -r collections/requirements.yml -p collections

Example Usage

Before running the configure_tower.yml, Define all resources in respective files in tower_configs dir. eg: tower_projects.yml, tower_templates.yml.

You can run the playbook directly if you have tower authentication defined in tower_configs/tower_auth.yml

ansible-playbook playbooks/configure_tower.yml

You can pass the authentication as variables to the playbook

ansible-playbook playbooks/configure_tower.yml -e tower_hostname=ansible-tower-web-svc-test-project.example.com -e tower_username=admin -e tower_password=changeme

You can also pass redhat username and password as variables to the playbook (this is the redhat account to send the Tower data for Automation Analytics)

ansible-playbook playbooks/configure_tower.yml -e redhat_username=username -e redhat_password=password

See Also:

About

Configure Tower to have resources and/or send data to Automation Analytics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors