mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Update Readme file and index page
This commit is contained in:
parent
3d38e6d8ff
commit
f5875cfe97
2 changed files with 44 additions and 3 deletions
43
README.md
43
README.md
|
@ -1,6 +1,6 @@
|
||||||
# Playable
|
# Playable
|
||||||
|
|
||||||
[](https://angular-fullstack.github.io/)
|
[](http://ansible-playable.com)
|
||||||
|
|
||||||
Playable is an Ansible Playbook generator UI developed in MEAN stack using [Yeoman angular-fullstack-generator](https://github.com/angular-fullstack/generator-angular-fullstack) and built using [Docker](https://www.docker.com/).
|
Playable is an Ansible Playbook generator UI developed in MEAN stack using [Yeoman angular-fullstack-generator](https://github.com/angular-fullstack/generator-angular-fullstack) and built using [Docker](https://www.docker.com/).
|
||||||
The tool may be used by an individual or a team to
|
The tool may be used by an individual or a team to
|
||||||
|
@ -14,6 +14,12 @@ This is a fun project I started working on from my experience working with Ansib
|
||||||
|
|
||||||
> Note: This project is in its initial Alpha release. Hence this is only to be used for test purpose and at your own risk.
|
> Note: This project is in its initial Alpha release. Hence this is only to be used for test purpose and at your own risk.
|
||||||
|
|
||||||
|
## Demo
|
||||||
|
|
||||||
|
Try a publicly hosted live demo at [ansible-playable.com](http://www.ansible-playable.com)
|
||||||
|
|
||||||
|
> Note: You may create projects and playbooks. But cannot execute or test them. For this you must host a private version of the tool yourself, following instructions below
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
The easiest way to get started is to use Docker. The latest version of the software is built using docker and is available at [Docker hub](https://hub.docker.com/r/mmumshad/ansible-playable/)
|
The easiest way to get started is to use Docker. The latest version of the software is built using docker and is available at [Docker hub](https://hub.docker.com/r/mmumshad/ansible-playable/)
|
||||||
|
@ -93,3 +99,38 @@ Run `gulp build` for building and `gulp serve` for preview.
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
Running `gulp test` will run the unit tests with karma.
|
Running `gulp test` will run the unit tests with karma.
|
||||||
|
|
||||||
|
## Improvements
|
||||||
|
- Improve Logging
|
||||||
|
- Improve Testing - add additional test cases
|
||||||
|
- Improve Security
|
||||||
|
- Sharing projects with multiple users
|
||||||
|
- Implement Vault Support
|
||||||
|
- Integration with Active Directory/LDAP
|
||||||
|
- Improve Collaboration
|
||||||
|
- Sharing projects between multiple users
|
||||||
|
- GIT integration
|
||||||
|
|
||||||
|
|
||||||
|
## License
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2017 Mumshad Mannambeth
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||||
<base href="/">
|
<base href="/">
|
||||||
<title>Angular Full-Stack Generator</title>
|
<title>Playable</title>
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
|
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||||||
|
|
||||||
ga('create', 'UA-XXXXX-X');
|
ga('create', 'UA-70285617-3');
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue