Skip to content

kevincoakley/ansible-role-facter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-facter

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)