https://github.com/wluisaraujo/ansible-role-awx
Infrastructure as Code (IaC) with Ansible role for AWX
https://github.com/wluisaraujo/ansible-role-awx
ansible ansible-role ansible-tower awx iac-ansible-awx
Last synced: 8 months ago
JSON representation
Infrastructure as Code (IaC) with Ansible role for AWX
- Host: GitHub
- URL: https://github.com/wluisaraujo/ansible-role-awx
- Owner: wluisaraujo
- License: gpl-3.0
- Created: 2018-04-05T17:53:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T20:35:33.000Z (about 5 years ago)
- Last Synced: 2025-01-18T14:29:33.961Z (9 months ago)
- Topics: ansible, ansible-role, ansible-tower, awx, iac-ansible-awx
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://galaxy.ansible.com/wluisaraujo/awx) [](https://travis-ci.org/wluisaraujo/ansible-role-awx)
# IaC: with [Ansible](https://www.ansible.com) role to install and configure [AWX](https://github.com/ansible/awx)
------------
Description
------------
* Ansible for AWX
Requirements
------------
*
Installation
------------
```console
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.awx
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.awx/requirements.txt
```
Role Variables
--------------
[defaults/main.yml](defaults/main.yml)
Dependencies
------------
* None
Example Playbook
----------------
```yaml
---
- hosts: localhost
vars:
- name: value
roles:
- awx
...
```
----------------
[](https://www.gnu.org/licenses/gpl-3.0.pt-br.html)