ansible user
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
---
|
||||
ansible_host: backup.stargate.internal
|
||||
servicename: mckay
|
||||
backup:
|
||||
host: oniel.tormakristof.eu
|
||||
|
3
host_vars/bitwarden.yaml
Normal file
3
host_vars/bitwarden.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
ansible_host: bitwarden.stargate.internal
|
||||
...
|
3
host_vars/drone-runner.yaml
Normal file
3
host_vars/drone-runner.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
ansible_host: drone-runner.stargate.internal
|
||||
...
|
3
host_vars/drone.yaml
Normal file
3
host_vars/drone.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
ansible_host: drone.stargate.internal
|
||||
...
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
ansible_host: git.stargate.internal
|
||||
servicename: git
|
||||
backup:
|
||||
folder: "/home/service-user"
|
||||
|
3
host_vars/guacamole.yaml
Normal file
3
host_vars/guacamole.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
ansible_host: guacamole.stargate.internal
|
||||
...
|
3
host_vars/keycloak.yaml
Normal file
3
host_vars/keycloak.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
ansible_host: keycloak.stargate.internal
|
||||
...
|
@ -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
|
||||
...
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
ansible_host: zelenka.stargate.internal
|
||||
firewall:
|
||||
- port: "ssh"
|
||||
proto: tcp
|
||||
|
3
host_vars/nextcloud.yaml
Normal file
3
host_vars/nextcloud.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
ansible_host: nextcloud.stargate.internal
|
||||
...
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
ansible_host: nexus.stargate.internal
|
||||
webserver:
|
||||
- domain: "nexus.kmlabz.com"
|
||||
port: 8080
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
ansible_host: openvpn.stargate.internal
|
||||
firewall:
|
||||
- port: "1194"
|
||||
proto: udp
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
ansible_host: postgres.stargate.internal
|
||||
servicename: postgres
|
||||
firewall:
|
||||
- port: "5432"
|
||||
|
3
host_vars/smtp.yaml
Normal file
3
host_vars/smtp.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
ansible_host: smtp.stargate.internal
|
||||
...
|
3
host_vars/sonar.yaml
Normal file
3
host_vars/sonar.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
ansible_host: sonar.stargate.internal
|
||||
...
|
3
host_vars/swagger.yaml
Normal file
3
host_vars/swagger.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
ansible_host: swagger.stargate.internal
|
||||
...
|
3
host_vars/webgateway.yaml
Normal file
3
host_vars/webgateway.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
ansible_host: apache.stargate.internal
|
||||
...
|
Reference in New Issue
Block a user