ansible playbooks

Ansible is commonly used to automate configuration management. It is a python module, and can be installed on any machine running Python 3.8 or later*. Ansible playbooks can be run using Kriten, allowing you to publish the Kriten URL to the users that need to run the playbook.

* As of writing, windows is not supported as an Ansible control node.

Clone https://github.com/kriten-io/kriten-examples, cd to kriten-examples/ansible-command and follow the instructions in the README.md file.

Python Scripts

Python is a general purpose language that is often used by infrastructure engineers to write utility functions. Kriten let’s engineers easily share access to these scripts, without exposing secrets or the source code.

This Python script simulates a program to locate a MAC address.

https://github.com/kriten-io/kriten-examples.git

Clone https://github.com/kriten-io/kriten-examples, cd to kriten-examples/macfinder and follow the instructions in the README.md file.