ITOPS-2059 adding tags to tasks which only apply to new stacks so they can be skipped by clones

This commit is contained in:
Geoff Jacobs
2019-08-21 11:25:24 +10:00
parent 9465537517
commit ceba8d47ba
4 changed files with 17 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
---
atl_nfs_server_device: "{{ lookup('env', 'ATL_NFS_SERVER_DEVICE') }}"
atl_nfs_fs_type: "xfs"
atl_nfs_fs_label: "BB-Shared"
atl_nfs_fs_type: "{{ lookup('env', 'ATL_NFS_FS_TYPE') or 'xfs' }}"
atl_nfs_fs_label: "{{ lookup('env', 'ATL_NFS_FS_LABEL') or 'BB-Shared' }}"