- Notifications
You must be signed in to change notification settings - Fork0
Swift library to support 🐜 IT Automation 🐜🐜 tasks.
License
heckj/formic
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Swift library to support IT Automation tasks.
This is a library to support building IT automation tools in Swift, taking a lot of inspiration from existing and past IT automation tools.It's meant to operate similarly to Ansible, focusing on configuring the software on remote hosts using a channel of "ssh" to those hosts, presumably with a key you already have.
I expect that most SRE/DevOps staff are not going to be interested in creating something using the Swift language.Instead, I'm assembling these pieces to support building my own custom playbooks and tools for managing remote hosts and services.
I've included a hard-coded example of using this library from an argument-parser based CLI tool.Look through the content inupdateExample to get a sense of using it in practice.
About
Swift library to support 🐜 IT Automation 🐜🐜 tasks.