Skip to content

Latest commit

 

History

History
 
 

tower

Ansible Tower roles

This directory contains various roles to install, configure and manage Ansible Tower.

Requirements

  • For Install: Access to the Ansible Tower software and an Ansible Tower license.
  • For Management: Access to a running Ansible Tower with admin permissions.

Variables

The following is a list of required variables for the Ansible Tower roles that are common to all of them.

Variable Description Required Defaults
ansible_tower.url URL for the Ansible Tower yes
ansible_tower.admin_user Admin user for the Ansible Tower yes
ansible_tower.admin_password Admin password for the Ansible Tower yes

Roles

The following roles exists in this directory:

Example Inventory

---

ansible_tower:
  url: https://tower.example.com
  admin_user: 'admin'
  admin_password: 'password'
  install:
    : # see config-ansible-tower README for more details
  ldap:
    : # see config-ansible-tower-ldap README for more details
  license:
    : # see config-ansible-tower-license README for more details
  credential-types:
    : # see manage-credential-types README for more details
  credentials:
    : # see manage-credentials README for more details
  inventories:
    : # see manage-inventories README for more details
  job-templates:
    : # see manage-job-templates README for more details
  projects:
    : # see manage-projects README for more details
  settings:
    : # see manage-settings README for more details
  workflow-templates:
    : # see manage-workflow-templates README for more details

License

Apache License 2.0

Author Information

Red Hat Community of Practice & staff of the Red Hat Open Innovation Labs.