mphuie / digitalocean-ansible-electron

Simple playground for digitalocean and ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

digitalocean-ansible-electron

An electron-vuejs project that integrates digitalocean API and ansible

  • Simple UI for digitalocean droplet view and creation
  • Builds an ansible inventory file based on your digitalocean droplets, grouping hosts by tags
  • TODO create/edit ansible playbooks with built-in editor
  • TODO kick off ansible playbooks on host(s)
  • TODO kick off ansible playbooks on DO droplet creation
  • ...

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron app for production
npm run build

# lint all JS/Vue component files in `app/src`
npm run lint

# run webpack in production
npm run pack

More information can be found here.


This project was generated from electron-vue using vue-cli. Documentation about this project can be found here.

About

Simple playground for digitalocean and ansible


Languages

Language:JavaScript 60.8%Language:Vue 37.3%Language:HTML 2.0%