Ansible

  • Yaml Overview
    • Create yaml file
      • Write comment
      • Write yaml dictionary
      • Write yaml list
      • Write string
  • Configure Environment
    • Install Ansible
    • Confirm Ansible installation
    • Define private key file
    • Create folder for project
    • Create hosts file
    • Confirm SSH connectivity via ad-hoc command
    • Create hosts file
      • Create lists of servers in groups (i.e. app, database, web)
      • Specify username per inventory item
      • Specify username via variable
  • Ad-Hoc Commands
    • Execute setup module
    • Install Apache
    • Start Apache service
  • CLI Help
    • View the help menu
    • View a list of EC2 modules
    • View a list of Windows modules
    • Search the parameters of an individual module