ansible-taler-exchange

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

.gitignore (376B)


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