added ansible for deployment in private infrastrucutre
This commit is contained in:
15
deploy/secrets.example.yml
Normal file
15
deploy/secrets.example.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
# This file contains secrets that should not be checked into VCS.
|
||||
################################################################################
|
||||
---
|
||||
secrets:
|
||||
# Cachux7I
|
||||
password_hash: sha1:b9bbcb5e92ad:0358d2ce7c34192afa50fc5e5143ed91d75eda0d
|
||||
sync:
|
||||
source: /nfs/data
|
||||
destination: /nfs
|
||||
users:
|
||||
- ansible
|
||||
volumes:
|
||||
data: /nfs/data:/data
|
||||
source: /nfs/src:/tf
|
||||
Reference in New Issue
Block a user