Add name including gateway_id to pga play
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/8be77fd3 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/8be77fd3 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/8be77fd3 Branch: refs/heads/develop Commit: 8be77fd37de62753df984a05d3591f4584b7f6d6 Parents: 82e39d8 Author: Marcus Christie <[email protected]> Authored: Wed Apr 19 13:56:16 2017 -0400 Committer: Marcus Christie <[email protected]> Committed: Wed Apr 19 13:56:16 2017 -0400 ---------------------------------------------------------------------- dev-tools/ansible/pga-single-vhost.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/8be77fd3/dev-tools/ansible/pga-single-vhost.yml ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/pga-single-vhost.yml b/dev-tools/ansible/pga-single-vhost.yml index 618c613..eae17e2 100644 --- a/dev-tools/ansible/pga-single-vhost.yml +++ b/dev-tools/ansible/pga-single-vhost.yml @@ -26,6 +26,7 @@ # See https://github.com/ansible/ansible/issues/9065 for more info. --- - hosts: pga + name: Create/update pga for gateway {{ gateway_id }} vars_files: - "{{ vars_dir }}/vars.yml" - "{{ vars_dir }}/vault.yml"
