Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
f5740434
Commit
f5740434
authored
Feb 23, 2019
by
Jelle van der Waa
🚧
Browse files
remove nymeria server from ansible
nymeria was a sponsored dedicated server but the server has been cancelled.
parent
0fa1be4b
Changes
5
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f5740434
...
...
@@ -106,11 +106,6 @@ The following steps should be used to update our managed servers:
-
arch boxes (packer)
### nymeria
#### Services
-
archweb staging env (archweb-dev.archlinux.org)
## Ansible repo workflows
### Replace vault password and change vaulted passwords
...
...
docs/ssh-hostkeys.txt
View file @
f5740434
...
...
@@ -97,17 +97,6 @@
256 MD5:7a:f0:c7:48:72:84:e1:b9:ec:9a:5f:6b:d3:8a:59:1e root@archlinux (ED25519)
2048 MD5:a9:b6:d4:1e:26:13:29:00:4a:06:80:bc:8f:b7:fc:33 root@archlinux (RSA)
# nymeria.archlinux.org
1024 SHA256:/69v4HjmGl4R4cMEczk5LafLPrBMKt1bXZ79hCcU6Gk root@nymeria (DSA)
256 SHA256:d/MCovRQoUSoq9MLt7kPlQRxhFbpg2siX+BjMLm0sMk root@nymeria (ECDSA)
256 SHA256:+dou6jxtb+FqpQGJvEnyrgqVXLYTXXmKKnBRCOgNjCk root@nymeria (ED25519)
2048 SHA256:DBbIfIB8qBogZqLleC9nIk/bJ2qj/myfNMUJ6s1zBVI root@nymeria (RSA)
1024 MD5:92:82:93:1f:20:7d:b8:ac:59:ad:1b:15:8e:b5:dd:68 root@nymeria (DSA)
256 MD5:98:af:9a:30:47:bc:b4:23:bd:2f:f0:4e:cb:c3:b1:b0 root@nymeria (ECDSA)
256 MD5:e3:20:55:bd:15:83:b6:cb:3a:7a:7e:86:f2:fc:7d:87 root@nymeria (ED25519)
2048 MD5:3f:ab:d5:47:36:33:56:0b:e8:f4:58:36:a0:3b:e2:fd root@nymeria (RSA)
# orion.archlinux.org
1024 SHA256:Y7XP+fTQZAEDgmCHuSqFc0MmNUmCPJYRZs/7iq6viK8 root@mnt (DSA)
256 SHA256:2gH/IGaZ/pOnpt4+VY0twd4+hUOraUWRceJiNQxnbxs root@mnt (ECDSA)
...
...
host_vars/nymeria.archlinux.org
deleted
100644 → 0
View file @
0fa1be4b
---
hostname: "nymeria"
ipv4_address: "89.238.67.251"
ipv4_netmask: "/24"
ipv6_address: "2a00:1828:2000:547::2"
ipv6_netmask: "/64"
ipv4_gateway: "89.238.67.1"
ipv6_gateway: "2a00:1828:2000:547::1"
filesystem: ext4
system_disks:
- /dev/sda
- /dev/sdb
archweb_rsync_iso_origin: 'repos.archlinux.org::kitchensink_tier1/iso/'
archweb_server_email: 'archweb-dev@archlinux.org'
archweb_domain: 'archweb-dev.archlinux.org'
archweb_version: release_2019-02-14
zabbix_agent_templates:
- Template OS Linux
- Template App PostgreSQL
configure_firewall: true
ansible_python_interpreter: /usr/bin/python3.7
hosts
View file @
f5740434
...
...
@@ -33,7 +33,6 @@ luna.archlinux.org
[postgresql-servers]
apollo.archlinux.org
soyuz.archlinux.org
nymeria.archlinux.org
[nginx]
apollo.archlinux.org
...
...
@@ -44,9 +43,6 @@ orion.archlinux.org
soyuz.archlinux.org
sgp.mirror.pkgbuild.com
[staging]
nymeria.archlinux.org
[reproducible-builds]
repro1.pkgbuild.com
repro2.pkgbuild.com
playbooks/nymeria.yml
deleted
100644 → 0
View file @
0fa1be4b
---
-
name
:
setup nymeria
hosts
:
nymeria.archlinux.org
remote_user
:
root
roles
:
-
{
role
:
common
,
tags
:
[
'
common'
]
}
-
{
role
:
tools
,
tags
:
[
'
tools'
]
}
-
{
role
:
sshd
,
tags
:
[
'
sshd'
]
}
-
{
role
:
unbound
}
-
{
role
:
root_ssh
,
tags
:
[
'
root_ssh'
]
}
-
{
role
:
nginx
,
tags
:
[
"
nginx"
]
}
-
role
:
postgres
postgres_max_connections
:
1000
postgres_shared_buffers
:
4096MB
tags
:
[
'
postgres'
]
-
{
role
:
uwsgi
,
tags
:
[
'
uwsgi'
]
}
-
{
role
:
opendkim
,
dkim_selector
:
nymeria
,
tags
:
[
'
mail'
]
}
-
{
role
:
postfix
,
postfix_server
:
false
,
postfix_smtpd_public
:
false
,
tags
:
[
'
mail'
]
}
-
{
role
:
memcached
,
tags
:
[
'
memcached'
]
}
-
{
role
:
archweb
,
archweb_services
:
false
,
archweb_mirrorresolv
:
true
,
archweb_mirrorcheck
:
true
,
archweb_mirrorcheck_locations
:
[
5
,
6
],
tags
:
[
"
archweb"
]
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment