Skip to content

Kaginari/terraform-provider-ansible-tower

Repository files navigation

Terraform provider Ansible-tower

GitHub go.mod Go version GitHub release (latest by date) GitHub GitHub Workflow Status GitHub issues

This repository is a Terraform Provider for Ansible tower (awx)

Requirements

Installation

  1. Clone the repository
  2. Enter the repository directory
  3. Build the provider using the make install command:
git clone https://github.com/Kaginari/terraform-provider-mongodb
cd terraform-provider-ansible-tower
make install

To test locally

1.1: launch awx tower

cd examples
docker-compose up -d

follow the instruction in this link

https://debugthis.dev/posts/2020/04/setting-up-ansible-awx-using-a-docker-environment-part-2-the-docker-compose-approach/

1.4 : user in tower

  • default user : admin
  • default password : password

2: Build the provider

follow the Installation

3: Use the provider

cd examples
make apply