Skip to content

Getting StartedΒΆ

Automating your CloudOps toil has never been easier. With CloudOps's prebuilt Actions and RunBooks, you can be automating in minutes.

  1. Install Docker container

    docker run -it -p 8888:8888 -p 8000:8000 -v $(pwd):/home/cloudops/workspace nnthanh101/cloudops:latest
    
  2. Try a prebuilt RunBook.

    1. Each RunBook has input parameters.
    2. RunBooks are made of Actions that perform a basic task.
      1. Each Action requires a credential to authenticate to a service. They also have input parameters that must be added to complete the action. These can be hardcoded, or variables from previous Actions.
    3. Once the Parameters and Credentials are added to the RunBook, it is ready to go!
  3. Create new RunBooks or Actions.

    • Share your work with a PR in our CloudOps. Show your appreciation by giving the repo a ⭐️ star!