Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 447 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 447 Bytes

Ansible-Playbooks

Synopsis

Some playbooks and lists of reminder commands. Not sure what I want to do with this repo, but I intend to update it more as I work through studying for RHCE.

Command Notes

Syntax Check ansible-playbook playbook.yml --syntax-check

Built-in Documentation

  • List all modules: ansible-doc -l
  • Show module documentation ansible-doc MODULE
    • Type /EXAMPLE to see example documentation

Notes