16 lines
467 B
YAML
16 lines
467 B
YAML
################################################################################
|
|
# 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
|