Skip to content
Snippets Groups Projects
Verified Commit b576876f authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

Merge branch 'nvchecker-poc-vm' into 'master'

Add server for the nvchecker PoC[1]

See merge request !906
parents b5a5e7d8 030ec139
No related branches found
No related tags found
1 merge request!906Add server for the nvchecker PoC[1]
Pipeline #121179 passed
- name: Add host to the in-memory inventory
hosts: localhost
gather_facts: false
tasks:
- name: Add nvchecker-poc.pkgbuild.com to the in-memory inventory
add_host:
name: nvchecker-poc.pkgbuild.com
groups: hcloud
tags: always
- name: Setup nvchecker-poc server
hosts: nvchecker-poc.pkgbuild.com
remote_user: root
roles:
- { role: firewalld }
- { role: common }
- { role: sshd }
- { role: root_ssh }
......@@ -124,6 +124,11 @@ locals {
server_type = "cx22"
domain = "mumble"
}
"nvchecker-poc.pkgbuild.com" = {
server_type = "cx22"
domain = "nvchecker-poc"
zone = hetznerdns_zone.pkgbuild.id
}
"opensearch.archlinux.org" = {
server_type = "cx22"
domain = "opensearch"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment