Commit 0b478c4e by ansible

no message

1 parent 207e82bb
--- ---
- hosts: NewServer - hosts: "{{ host }}"
become: true become: true
vars: vars:
dmapublishURL: 'publishUrl = https://{{ app_fqdn }}' dmapublishURL: 'publishUrl = https://{{ app_fqdn }}'
......
--- ---
- hosts: NewServer - hosts: "{{ host }}"
become: true become: true
tasks: tasks:
- import_role: - import_role:
......
--- ---
- hosts: NewServer - hosts: "{{ host }}"
become: true become: true
vars: vars:
pidlist: "" pidlist: ""
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!