-
Epic
-
Resolution: Duplicate
-
Major
-
None
-
ACM 2.7.0
-
RFE add option to invoke Ansible workflows from ACM automation (GRC)
-
False
-
None
-
False
-
-
To Do
-
ACM-614 - Ansible Integration for RHACM events and life cycles
This issue is already fixed for ClusterLifecycle and ApplicationLifecycle
Customer would like the ability to invoke Ansible workflows from ACM automation. Currently it fetches only job templates
In the following link you can see how it is configured in Ansible:
https://docs.ansible.com/ansible-tower/latest/html/userguide/workflow_templates.html
So we could treat Templates as either Job templates or workflow-templates
Basically we want to support two scenarios:
So basically we will support the two scenarios
If users want to invoke a playbook in the Ansible tower, they need to fill in the job_template_name in the
AnsibleJobs CR.
apiVersion: tower.ansible.com/v1alpha1
kind: AnsibleJob
metadata:
name: prehook-test
namespace: default
spec:
job_template_name: Demo Job Template
tower_auth_secret: toweraccess
If users want to invoke a workflow in the Ansible tower, they need to fill in the workflow_template_name in the
AnsibleJobs CR.
apiVersion: tower.ansible.com/v1alpha1
kind: AnsibleJob
metadata:
name: prehook-test
namespace: default
spec:
workflow_template_name: Demo Workflow Template
tower_auth_secret: toweraccess
- clones
-
ACM-1260 RFE add option to invoke Ansible workflows from ACM automation
- Closed