Skip to content

A web app that provides an easy to use panel for creating and running playbooks in Ansible.

Notifications You must be signed in to change notification settings

rackeric/cloudmanifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudManifest

Build Status

A web app that provides an easy to use panel for creating and running playbooks in Ansible.

Now Built with:

  • Flask
  • AngularJS
  • Firebase
  • Bootstrap

Currently at https://cloudmanifest.com

Other Stuff

You will need to export an environment variable named SECRET with the firebase api key.

$ export SECRET=<long api key from firebase>

When using ssh passwords host key checking will prevent you from connecting to hosts if they are not in your known_hosts file. You can get around this by either adding the host to the known_hosts file, using ssh keys or setting an enrivonrment variable ANSIBLE_HOST_KEY_CHECKING=False.

$ export ANSIBLE_HOST_KEY_CHECKING=False

About

A web app that provides an easy to use panel for creating and running playbooks in Ansible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published