ansible user

This commit is contained in:
2022-04-16 23:37:46 +02:00
parent 0d29e1fde5
commit 5c5e8578b7
23 changed files with 74 additions and 34 deletions

View File

@ -1,4 +1,5 @@
---
ansible_host: backup.stargate.internal
servicename: mckay
backup:
host: oniel.tormakristof.eu

3
host_vars/bitwarden.yaml Normal file
View File

@ -0,0 +1,3 @@
---
ansible_host: bitwarden.stargate.internal
...

View File

@ -0,0 +1,3 @@
---
ansible_host: drone-runner.stargate.internal
...

3
host_vars/drone.yaml Normal file
View File

@ -0,0 +1,3 @@
---
ansible_host: drone.stargate.internal
...

View File

@ -1,4 +1,5 @@
---
ansible_host: git.stargate.internal
servicename: git
backup:
folder: "/home/service-user"

3
host_vars/guacamole.yaml Normal file
View File

@ -0,0 +1,3 @@
---
ansible_host: guacamole.stargate.internal
...

3
host_vars/keycloak.yaml Normal file
View File

@ -0,0 +1,3 @@
---
ansible_host: keycloak.stargate.internal
...

View File

@ -1,14 +0,0 @@
---
servicename: mysql
firewall:
- port: "3306"
proto: tcp
interface: "eth0"
backup:
folder: "/var/lib/mysql/backup"
tarfolder: "backup"
host: backup.stargate.internal
internal: true
prearecommand: "time ( mysqldump --all-databases --single-transaction --quick --lock-tables=false > /var/lib/mysql/backup/mysqldump.sql"
basedir: /mnt/backupstore
...

View File

@ -1,4 +1,5 @@
---
ansible_host: zelenka.stargate.internal
firewall:
- port: "ssh"
proto: tcp

3
host_vars/nextcloud.yaml Normal file
View File

@ -0,0 +1,3 @@
---
ansible_host: nextcloud.stargate.internal
...

View File

@ -1,4 +1,5 @@
---
ansible_host: nexus.stargate.internal
webserver:
- domain: "nexus.kmlabz.com"
port: 8080

View File

@ -1,4 +1,5 @@
---
ansible_host: openvpn.stargate.internal
firewall:
- port: "1194"
proto: udp

View File

@ -1,4 +1,5 @@
---
ansible_host: postgres.stargate.internal
servicename: postgres
firewall:
- port: "5432"

3
host_vars/smtp.yaml Normal file
View File

@ -0,0 +1,3 @@
---
ansible_host: smtp.stargate.internal
...

3
host_vars/sonar.yaml Normal file
View File

@ -0,0 +1,3 @@
---
ansible_host: sonar.stargate.internal
...

3
host_vars/swagger.yaml Normal file
View File

@ -0,0 +1,3 @@
---
ansible_host: swagger.stargate.internal
...

View File

@ -0,0 +1,3 @@
---
ansible_host: apache.stargate.internal
...