Skip to content

Commit

Permalink
remove regproc k8sHealthcheckPod tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
syed-salman-technoforte committed Jan 20, 2022
1 parent 3458fdf commit 2575f3f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions deployment/sandbox-v2/playbooks/regproc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,7 @@
- hosts: console
tasks:
- {name: 'Create landing folder', file: {name: '{{regproc.nfs.landing_folder}}', state: directory}, become: yes}
- {name: 'Create regproc folder', file: {name: '{{regproc.nfs.regproc_path}}', state: directory}, become: yes}

- hosts: console
roles:
- { role: k8sHealthCheckPod, vars: { dirName: '{{regproc.nfs.stages.group2.path}}',
owner: '{{regproc.nfs.stages.group2.path_owner}}',
group: '{{regproc.nfs.stages.group2.path_group}}',
healthCheckBashFile: '{{regproc.nfs.stages.group2.healthCheckBashFile}}',
healthCheckUrlListFile: '{{regproc.nfs.stages.group2.healthCheckUrlListFile}}',
}
}


# Run DMZ regproc
Expand Down

0 comments on commit 2575f3f

Please sign in to comment.