Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevincoakley/ansible-role-facter
https://github.com/kevincoakley/ansible-role-facter
ansible ansible-role facter
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevincoakley/ansible-role-facter
- Owner: kevincoakley
- Created: 2016-04-27T17:00:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T17:57:26.000Z (about 2 years ago)
- Last Synced: 2023-02-27T03:26:11.161Z (over 1 year ago)
- Topics: ansible, ansible-role, facter
- Homepage: https://galaxy.ansible.com/kevincoakley/facter/
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ansible-role-facter
===================![](https://github.com/kevincoakley/ansible-role-facter/workflows/Molecule%20Test/badge.svg)
Installs facter on host then regathers facts. Useful for getting facts from Docker containers that
are not present in the list of Ansible facts, like the container's private ip address.Requirements
------------None. Tested on CentOS 8 & 9 and Ubuntu 20.04 & 22.04.
Role Variables
--------------None.
Dependencies
------------None.
Example Playbook
----------------- hosts: servers
roles:
- ansible-role-facterLicense
-------BSD
Author Information
------------------Kevin Coakley (https://github.com/kevincoakley)