Skip to content

Instantly share code, notes, and snippets.

@nweddle
Last active May 29, 2018 16:11
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nweddle/22906856016e674beee6da276083aec7 to your computer and use it in GitHub Desktop.
Save nweddle/22906856016e674beee6da276083aec7 to your computer and use it in GitHub Desktop.
Automate 2 Up and Running

Hostnames

Automate Server:  $cardnumberof$cardsuite.automate.e9.io
Workstation:      $cardnumberof$cardsuite.workstation.e9.io

Credentials

Username:  chef
Password:  C0d3Can

Parking Lot (A place for in-depth questions)

A2 Up and Running Parking Lot

Useful URLs

https://packages.chef.io/files/current/automate/latest/chef-automate_linux_amd64.zip

Class Slides

Chapter 4: Operating Automate 2 on Google Slides
Chapter 4: Operating Automate 2 on Dropbox
Chapter 5: A2 Up and Running - Detect
Chapter 6: A2 Up and Running - Correct
Chapter 7: A2 Up and Running - Scan Jobs

Code Snippets

~/.chef/config.rb

data_collector.server_url "https://$cardnumberof$cardsuite.automate.e9.io/data-collector/v0/"
data_collector.token "93a49a4f2482c64126f7b6015e6b0f30284287ee4054ff8807fb63d9cbd1c506"
ssl_verify_mode :verify_none
verify_api_cert false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment