This repository has been archived on 2023-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
loki/ansible/secrets.def.yml

41 lines
805 B
YAML
Raw Normal View History

2018-12-16 01:25:02 +01:00
---
hostname: # Output of hostname
2018-12-16 11:29:00 +01:00
fqdn: # Output of hostname --fqdn
2018-12-16 01:25:02 +01:00
# Ansible parameters
ansible_port:
ansible_ssh_user:
ansible_ssh_private_key_file:
ansible_become_pass:
# This value should be the same as ansible_port, but it needs to be a separate
2018-12-16 11:09:28 +01:00
# variable. This is because when changing sshd_config ansible_port is
2018-12-16 01:25:02 +01:00
# temporarily reset to the default SSH port.
ssh_port:
2018-12-16 12:21:37 +01:00
# The default SSH port. Usually 22, but can be different if you're using port
# forwarding.
default_ssh_port:
2018-12-16 01:25:02 +01:00
# GitLab
gitlab_ssh_port:
# Postfix
postfix_smtp_server:
postfix_smtp_port:
postfix_smtp_user:
postfix_smtp_pass:
postfix_alias:
postfix_mailname:
# Fail2Ban
fail2ban_sender:
2018-12-16 11:01:47 +01:00
# For /etc/hosts
domains:
2019-12-14 13:02:50 +01:00
# Loki setup
loki_dir:
gitlab_username:
gitlab_access_token: