https://github.com/victorock/ansible-role-tower-facts
https://github.com/victorock/ansible-role-tower-facts
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/victorock/ansible-role-tower-facts
- Owner: victorock
- License: gpl-3.0
- Created: 2018-05-09T21:13:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T23:51:23.000Z (about 6 years ago)
- Last Synced: 2025-01-11T06:10:09.680Z (4 months ago)
- Language: Shell
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Ansible Tower Facts
=========Simple Role to Gather Facts from Ansible Tower by Red Hat through REST.
Dependencies
------------None
Requirements
------------None
Role Variables
--------------None
Dependencies
------------None
Example Playbook
----------------```YAML
- name: "Gather Facts from Ansible Tower by Red Hat"
hosts: towerroles:
- role: victorock.tower_facts
autorun: yes
tower_config:
host: "localhost"
username: "admin"
password: "password"
verify_ssl: false
format: jsontasks:
- debug: var=tower_facts```
License
-------GPLv3
Author Information
------------------Victor da Costa