ansibleforms icon indicating copy to clipboard operation
ansibleforms copied to clipboard

A webapplication to create pretty advanced forms to run ansible playbooks or awx templates.

Results 5 ansibleforms issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/ansibleguy76/ansibleforms/discussions/145 Originally posted by **checkifexist** February 7, 2024 Can we have a button for downloading logs that are displayed after executing the form, This feature is already...

enhancement

Currently `extravars` & `credentials` are returned as a JSON string. Returning them as JSON objects would be great. Currently: ```str "extravars": "{\"name\":\"vm1\",\"region\":\"myregion\",\"opco\":\"myopco\"}" ``` After: ```json { "name": "vm1", "opco": "myopco",...

Hi, When initiating an AWX Job Template or AWX Workflow Job Template, ansibleforms displays: `Launched template My first Workflow with jobid 54784 2024-04-26 12:59:42` Upon completion of the job, ansibleforms...

Feature Request: - Add extra functionality/options for submit button. Options / Functionality: - Trigger Webhooks instead of ansible playbook / awx / etc. Example use case: - Trigger Jenkins Generic...

enhancement

Feature: - Abillity to add buttons next expressions / text / enum and trigger some endpoint / external URL - Additionally, Buttons can be programmed to execute some expression. Use...

enhancement