0

I would like to check if there is anyways to get the following documentation from RHEL8 system without internet access :

I have tried ansible-doc for these details but to no avail. Any advice or tips given will be greatly appreciated.

abduls85
  • 548
  • 8
  • 15

1 Answers1

1

For the first, ansible-config list or /usr/share/doc/ansible-doc/html/reference_appendices/config.html

For the second, /usr/share/doc/ansible-doc/html/reference_appendices/playbooks_keywords.html

Jack
  • 5,801
  • 1
  • 15
  • 20