Skip to content

tsoldaat/Ansible_AIX_facts_module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Extra facts for AIX

This repository contains a module with extra AIX Facts to retrieve. Some of them may be site specific, as the build fact

I started writing this module in ksh, but I later switched to python in the ksh version the folowing facts are included:

  • oslevel
  • build
  • lpps
  • filesystems
  • mounts

In the python version the folowing facts are included:

  • oslevel
  • build
  • lpps
  • filesystems
  • mounts
  • vgs

About

Ansible AIX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.7%
  • Shell 5.3%