From 392f8a0476e18cac367587736beaf14d47fc5fae Mon Sep 17 00:00:00 2001 From: Geoff Jacobs Date: Mon, 19 Sep 2022 13:20:57 +1000 Subject: [PATCH] adding efs to the mesh nodes to share files between them (not used for normal data storage). Also used in ansible jobs that require to only be run from one of the x nodes. --- aws_bitbucket_mesh_node.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/aws_bitbucket_mesh_node.yml b/aws_bitbucket_mesh_node.yml index 80ad066..9af397f 100644 --- a/aws_bitbucket_mesh_node.yml +++ b/aws_bitbucket_mesh_node.yml @@ -28,6 +28,7 @@ roles: - role: linux_common - role: aws_common + - role: aws_shared_fs_config - role: product_common - role: bitbucket_mesh - role: product_startup