Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ldez/atom-ansible-galaxy-plus
Run Ansible Galaxy commands in Atom
https://github.com/ldez/atom-ansible-galaxy-plus
ansible ansible-galaxy ansible-role-skeleton ansible-roles
Last synced: about 1 month ago
JSON representation
Run Ansible Galaxy commands in Atom
- Host: GitHub
- URL: https://github.com/ldez/atom-ansible-galaxy-plus
- Owner: ldez
- License: mit
- Created: 2017-04-23T14:10:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T17:15:08.000Z (over 7 years ago)
- Last Synced: 2024-10-30T05:14:18.259Z (3 months ago)
- Topics: ansible, ansible-galaxy, ansible-role-skeleton, ansible-roles
- Language: CoffeeScript
- Homepage: https://atom.io/packages/ansible-galaxy-plus
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ansible Galaxy Plus package
[![Atom Package](https://img.shields.io/apm/v/ansible-galaxy-plus.svg)](https://atom.io/packages/ansible-galaxy-plus)
[![Atom Package Downloads](https://img.shields.io/apm/dm/ansible-galaxy-plus.svg)](https://atom.io/packages/ansible-galaxy-plus)
[![Build Status (Linux)](https://travis-ci.org/ldez/atom-ansible-galaxy-plus.svg?branch=master)](https://travis-ci.org/ldez/atom-ansible-galaxy-plus)
[![Build Status (Windows)](https://ci.appveyor.com/api/projects/status/nyb8b1lovhp3jr4r?svg=true)](https://ci.appveyor.com/project/ldez/atom-ansible-galaxy-plus)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/ldez/atom-ansible-galaxy-plus/blob/master/LICENSE.md)Run Ansible Galaxy commands in Atom.
## Support
- create a role.
- use custom roles skeleton.
- respect `role_name` variable value.## Options
![ansible-galaxy-options](https://cloud.githubusercontent.com/assets/5674651/25315198/9eef104a-2851-11e7-8cbe-94377a3bb586.png)
You can use the Command Palette (ctrl-shift-p or cmd-shift-p) to change the selected role skeleton.
![ansible-galaxy-plus-palette](https://cloud.githubusercontent.com/assets/5674651/25315483/be384a4e-2855-11e7-8e93-71fc8c4f5928.png)
## More
You can install this module from the command-line by typing `apm install ansible-galaxy-plus`.
Thanks to [@aioue](https://github.com/aioue) for [inspiration](https://github.com/aioue/ansible-galaxy).