rohankanojia

Untitled

Jun 12th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.24 KB | None | 0 0
  1. [root@dhcppc2 config]# cat playbooks/openshift/pre.yaml
  2. ---
  3. - hosts: localhost
  4.   tasks:
  5.     - include_tasks: prepare-namespace.yaml
  6.     - include_tasks: build-project.yaml
  7.     - include_tasks: deploy-project.yaml
  8. [root@dhcppc2 config]#
Add Comment
Please, Sign In to add comment