Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-facter

License
-------

BSD

Author Information
------------------

Kevin Coakley (https://github.com/kevincoakley)