remove unused ansible group variables
update docker swarm documentation
This commit is contained in:
parent
b7b37f229f
commit
5865e8a95a
2 changed files with 5 additions and 5 deletions
|
@ -25,4 +25,8 @@ On top of the Docker Swarm, we host several services deployed as Docker Stacks:
|
|||
- [Inbucket](https://inbucket.org/)
|
||||
- [CyberChef](https://github.com/gchq/CyberChef)
|
||||
- [HedgeDoc](https://hedgedoc.org/)
|
||||
- [Swarm Dashboard](https://github.com/mohsenasm/swarm-dashboard)
|
||||
- [Swarm Dashboard](https://github.com/mohsenasm/swarm-dashboard)
|
||||
|
||||
## Secret decryption
|
||||
|
||||
The Ansible playbooks assume you have the password to Ansible vault present at `~/.config/home/ansible-vault-secret`.
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
data_directory_base: /mnt/data
|
||||
git_ssh_port: 56287
|
||||
elasticsearch_port: 14653
|
||||
fluent_forward_port: 24224
|
||||
concourse_public_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBSVLcr617iJt+hqLFSsOQy1JeueLIAj1eRfuI+KeZAu pim@x260"
|
||||
|
||||
database_passwords:
|
||||
nextcloud: !vault |
|
||||
|
|
Loading…
Reference in a new issue