38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
---
|
|
check_file: /tmp/hello-ansible.txt
|
|
|
|
|
|
__no_log: yes
|
|
|
|
|
|
tower_url : 'https://tower2.thezengarden.net'
|
|
tower_user : jadmin
|
|
tower_password : redhat
|
|
tower_org : LDAP Lab
|
|
|
|
tower_file_removal_template : 50
|
|
tower_file_creation_template : 49
|
|
tower_remediation_workflow_template : 54
|
|
|
|
tower_file_remove_url : "{{ tower_url }}/api/v2/job_templates/\
|
|
{{ tower_file_removal_template }}/launch/"
|
|
tower_file_creation_url : "{{ tower_url }}/api/v2/job_templates/\
|
|
{{ tower_file_creation_template }}/launch/"
|
|
tower_remdiation_workflow : "{{ tower_url}}/api/v2/workflow_job_templates/\
|
|
{{ tower_remediation_workflow_template }}/launch/"
|
|
|
|
|
|
gitlab_url : 'https://git.thezengarden.net'
|
|
gitlab_proj_id : 119
|
|
gitlab_pat : "glpat-zLk2Sxv4BfySjuTy5G2q"
|
|
gitlab_commit_url : "{{ gitlab_url }}/api/v4/projects/{{ gitlab_proj_id }}\
|
|
/repository/commits"
|
|
|
|
|
|
git_commit_author : 'Ansible Deploy - Test'
|
|
git_commit_email : 'naye.jokopuwo@thezengarden.net'
|
|
git_commit_branch : main
|
|
|
|
|
|
...
|