ansible-taler-exchange

Ansible playbook to deploy a production Taler Exchange
Log | Files | Refs | README | LICENSE

.gitignore (317B)


      1 exports
      2 .ansible
      3 
      4 # Preferred name for secrets in inventories/host_vars/$HOST/
      5 prod-secrets.yml
      6 
      7 # This used to be the name of the secrets file,
      8 # keep ignoring it to prevent accidental commits of it.
      9 tops-secrets.yml
     10 
     11 # Vault password file, gpg-encrypted in this repo.
     12 vault_pass.txt
     13 
     14 # Text editor files
     15 *~
     16 .vscode