CloudOps automation made simpler!
Explore the docs Β»
Visit our blog
Β·
Report Bug
Β·
Request Feature
To make CloudOps automation simpler for developers and DevOps engineers.
A single repository to satisfy all your day-to-day CloudOps automation needs. Are you looking for a script to automate your Kubernetes management? Or do you need a script to restart the pod that is OOMkilled? We will cover that for you.
docker run -it -p 8888:8888 \
-v $HOME/.unskript:/data \
-e NB_USER=jovyan \
-e CHOWN_HOME=yes \
-e CHOWN_EXTRA_OPTS='-R' \
--user root \
-w /home/jovyan \
public.ecr.aws/unskript/awesome-runbooks:latest
Inside the docker there is
/datafolder that is where we store thecredentialsandrunbooks. So if you would like to retain theconnectorsandrunbooksyou can use the docker's-voption to retain the changes done on thedocker.
Note: New files are created inside the docker and will persist unless --rm option is used.
Once you run the above command, here's the table which will help you find the URL for runbook of your choice.
Join the CloudOps Community Workspace on Slack to connect with other users, contributors and awesome people behind awesome CloudOps automation project.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. Check out our Contribution Guidelines for more details.
Here is the Link for the Developer Guide
Except as otherwise noted this project is licensed under the Apache License, Version 2.0 .
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 .
Unless required by applicable law or agreed to in writing, project distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.