ITOPS-2059 adding a playbook to set up the clone nfs server

This commit is contained in:
Geoff Jacobs
2019-08-21 14:29:03 +10:00
parent aa62a02b6d
commit 931113c83c

17
aws_clone_nfs.yml Normal file
View File

@@ -0,0 +1,17 @@
---
- hosts: aws_node_local
become: true
vars:
# See group_vars/aws_node_local.yml, which pull vars from the environment.
atl_product_family: "nfs_server"
atl_product_edition: "nfs_server"
atl_product_user: "atlassian"
atl_nfs_mountpoint: "{{ atl_shared_mountpoint }}/{{ atl_product_user }}/shared"
atl_nfs_target: "{{ atl_shared_mountpoint }}/{{ atl_product_user }}/shared"
roles:
- role: linux_common
- role: aws_common
- role: nfs_server