Deploy bibliogram
This commit is contained in:
parent
93296bf63b
commit
0bb6d22293
3
inventories/cave/group_vars/all/bibliogram.yml
Normal file
3
inventories/cave/group_vars/all/bibliogram.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
ansible_bibliogram_base_url: "https://insta.trubles.io"
|
||||
ansible_bibliogram_with_systemd: true
|
|
@ -154,6 +154,21 @@ gateway:
|
|||
- "proxy_set_header X-Forwarded-Proto $scheme"
|
||||
- "proxy_set_header X-Forwarded-Port $server_port"
|
||||
- "proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for"
|
||||
- domain_name: insta.troubles.io
|
||||
internal_ip: 192.168.122.11
|
||||
internal_port: 10407
|
||||
cert_email: blallo@troubles.ga
|
||||
redirect_to_https: yes
|
||||
password_protect: yes
|
||||
password_file: /etc/nginx/.insta.troubles.io-htpasswd
|
||||
username: insta
|
||||
password: !vault |
|
||||
$ANSIBLE_VAULT;1.2;AES256;cave
|
||||
33313434396138353666356631616436323566653237383661623433393362373736666236633465
|
||||
3132666533303532643137663632303337333265383261310a646235326639303433626466356462
|
||||
66303631633961353738336633616139333239336231613936386535313634626132306163646430
|
||||
6131373761353966380a336530396564666665346135323038646438303832613132616431346534
|
||||
31363561346464353632353636353838393937306332653565306632343033396130
|
||||
|
||||
firewall:
|
||||
home_iface: enp0s0
|
||||
|
|
|
@ -4,37 +4,47 @@
|
|||
roles:
|
||||
- role: jnv.unattended-upgrades
|
||||
unattended_remove_unused_dependencies: true
|
||||
- role: base
|
||||
tags: "base"
|
||||
- role: cockpit
|
||||
- role: ansible-base
|
||||
- role: ansible-cockpit
|
||||
tag: srv, web
|
||||
- hosts: minos.cave
|
||||
roles:
|
||||
- zsh_chic
|
||||
- gateway
|
||||
- sendmail
|
||||
- role: ansible-zsh-chic
|
||||
tag: shell
|
||||
- role: ansible-gateway
|
||||
tag: srv, web
|
||||
- role: ansible-sendmail
|
||||
tag: aux
|
||||
vars:
|
||||
zsh_chic:
|
||||
users: "{{ default_user }}"
|
||||
- hosts: srv.cave
|
||||
roles:
|
||||
- role: zsh_chic
|
||||
- role: ansible-zsh-chic
|
||||
tag: shell
|
||||
- mysql
|
||||
- role: torrent_server
|
||||
tag: srv_torrent
|
||||
- sendmail
|
||||
- syncthing
|
||||
- role: geerlingguy.mysql
|
||||
tag: srv, aux
|
||||
- role: ansible-torrent-server
|
||||
tag: srv, torrent
|
||||
- role: ansible-sendmail
|
||||
tag: aux
|
||||
- role: ansible-syncthing
|
||||
tag: srv
|
||||
- role: ansible-bibliogram
|
||||
tag: web, srv
|
||||
vars:
|
||||
zsh_chic:
|
||||
users: "{{ default_user }}"
|
||||
- hosts: mercury.cave
|
||||
roles:
|
||||
- zsh_chic
|
||||
- docker_hosts
|
||||
- drone_server
|
||||
- fdroid_server
|
||||
# - lineage-builder
|
||||
- sendmail
|
||||
- role: ansible-zsh-chic
|
||||
tag: shell
|
||||
- role: ansible-role-docker
|
||||
tag: srv, aux
|
||||
- role: ansible_drone
|
||||
tag: srv
|
||||
- role: ansible-sendmail
|
||||
tag: aux
|
||||
vars:
|
||||
zsh_chic:
|
||||
users: "{{ default_user }}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user