Skip to content

Commit 1ad6a7e

Browse files
committed
Remove unnecessary files and replace conf variables
1 parent ad7b86f commit 1ad6a7e

File tree

36 files changed

+26
-301
lines changed

36 files changed

+26
-301
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22

3-
netbase__domain: 'erethon.com'
3+
netbase__domain: 'dtsironis.net'
44
bootstrap__admin_default_users: []
55
bootstrap__admin_sshkeys: []
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
---
22

3-
monit_mail_servers:
4-
- host: 'mail.erethon.com'
5-
port: 587
6-
73
monit_fs_percentage: 75

ansible/inventory/group_vars/all/users.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
users__enabled: True
44

55
users__dotfiles_enabled: True
6-
users__dotfiles_name: 'erethon'
6+
users__dotfiles_name: 'tsironis'
77

88
users__dotfiles_default_map:
9-
'erethon':
10-
repo: 'https://github.com/erethon/dotfiles.git'
9+
'tsironis':
10+
repo: 'https://github.com/tsironis/dotfiles.git'
1111

1212
users__accounts:
1313
- name: 'tsironis'

ansible/inventory/group_vars/etherpad/all.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

ansible/inventory/group_vars/f.erethon.com/all.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

ansible/inventory/group_vars/openbsd/all.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

ansible/inventory/group_vars/plothopes/all.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

ansible/inventory/group_vars/xmpp/ferm.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,2 @@
11
---
2-
3-
prosody__public_ip: '163.172.24.171'
4-
prosody__private_ip: '192.168.122.2'
5-
static__private_ip: '192.168.122.2'
6-
buildbot__private_ip: '192.168.122.57'
7-
8-
certs__names: ['f.erethon.com', 'chat.erethon.com', 'grafana.erethon.com',
9-
'capitalism.erethon.com', 'blog.erethon.com', 'erethon.com',
10-
'www.plothopes.com', 'about.erethon.com', 'git.erethon.com',
11-
'buildbot.erethon.com']
12-
13-
buildbot__username: '{{ lookup("password", secret + "/credentials/spinny.erethon.com/haproxy/username") }}'
14-
buildbot__password: '{{ lookup("password", secret + "/credentials/spinny.erethon.com/haproxy/password") }}'
2+
certs__names: ['grafana.dtsironis.net', 'capitalism.dtsironis.net', 'dtsironis.net',]

ansible/inventory/host_vars/archiver/users.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ users__host_accounts:
66
groups: [ 'sshusers' ]
77
shell: '/usr/bin/zsh'
88
sshkeys: [ 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDb/e7O6zcnEhaGz2JyzWCP7rWCCO0ZWwZvHeSYtQ6D384ZssDFupvoEIhVvPnuYbl3/jzXN69D/gm2w95hv82swUOvSbOhxhqga5HEZh5doC2RjAIchOaAqSOKPKQfaSZroZ+l+eUtcm8I4L6+xdUtSMaNndHQwWa2mllhZ21jrF6msublVuvy/ATjwHLdLd1MAORoYXKja84cejj0cQdVbyv36vqQmBeuU87//4mw45/IIpef3t6UjGjTAyUVGih2LQdX0Y4rghFwt1pc1x4oQxp4hThCQFYikTUtAw1CLFRjfnaU1KyCTc9akV6rf0NowChsENj1TvczTQg9tjlHA28rhpP6W2gN9buHzU/tG13pkBC/0PLmUtN7U95nAPNEYbjxQAbGKU9/lWICU0EEYoHFb+qhRiCdM0fek/9jj0F84ur4yWDQ9xtJKAg/mtNF3VyFbV86pmXnlTVdCzeW8eIU6BHOtc29i5BIXPUp9A2jELSY3FraTF2a7c2WCO6L43sJRwKl6U78QGpSHXSUN+fJIgK1MrvjEtoKRKHMeVdTtkqhabQqySaDl92PH6cVFHrLMhCB0YG5HFdsWoS+KxrRpCA4y9709+tNq5ulqgw/eD7RPbDP1SmHOEHSowF3A8DhfL3Sw1xoHQsr+/ghUFWvoylr+knDf+/PM0UCbw==' ]
9-
forward: [ 'abuse@erethon.com' ]
9+
forward: [ 'tsironis.dimitris@gmail.com' ]

0 commit comments

Comments
 (0)