This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-infra-cm.git


The following commit(s) were added to refs/heads/main by this push:
     new 6e2e66e  Add two Netcup servers
6e2e66e is described below

commit 6e2e66ee0b0b86f89d7ece93c87e798b3c6719bb
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Fri Feb 28 02:01:22 2025 -0500

    Add two Netcup servers
    
    Thank you Netcup!
---
 host_vars/ubuntu-nc-arm64-12.yml | 11 +++++++++++
 host_vars/ubuntu-nc-x86-11.yml   | 12 ++++++++++++
 production                       | 28 ++++++++++++++++++++++++++++
 ssh.cfg                          | 18 ++++++++++++++++++
 4 files changed, 69 insertions(+)

diff --git a/host_vars/ubuntu-nc-arm64-12.yml b/host_vars/ubuntu-nc-arm64-12.yml
new file mode 100644
index 0000000..c871941
--- /dev/null
+++ b/host_vars/ubuntu-nc-arm64-12.yml
@@ -0,0 +1,11 @@
+jenkins_secret: !vault |
+          $ANSIBLE_VAULT;1.1;AES256
+          
66623337393362353065373539323464323036643337653135376365303738323662346232383838
+          
3664366139616338393535343437353366623639366433660a366134376137383864663063373031
+          
66313530656134373530626637636362393065323661336565656137363430373032653132353934
+          
3064643439343064350a633466373162646137316230316563386165323438616363643361333466
+          
36323261316235663038333637656537316136336464313330653532306639316133316537666161
+          
31633263303162666461376561666161373665626430643430363731343234323463333162393164
+          
39316462396632386564353839646133383564663638633232306438336338623061636233383530
+          35376161346134336161
+
diff --git a/host_vars/ubuntu-nc-x86-11.yml b/host_vars/ubuntu-nc-x86-11.yml
new file mode 100644
index 0000000..ed6fc23
--- /dev/null
+++ b/host_vars/ubuntu-nc-x86-11.yml
@@ -0,0 +1,12 @@
+jenkins_secret: !vault |
+          $ANSIBLE_VAULT;1.1;AES256
+          
64656661613965313839323331656135646138373861366137393038323934356334343062393033
+          
6263393830613461313234343833336365313565323735630a353238306539306362656162326634
+          
65633333306363353232343638343034316463373232333063346532643937643330306235656135
+          
3166616662636366300a386530666165613661373365306232643363646534353737656234326334
+          
64303839363638643930643930356335343766383731366532356465363761316462376337373733
+          
30623765343962366264383237663563626663613064656363333031613363366133303333396639
+          
35353737376331336430363163323163316435636631393263396661303063303936656266613936
+          35663566653364363162
+
+
diff --git a/production b/production
index 62ccb35..ba612c0 100644
--- a/production
+++ b/production
@@ -229,3 +229,31 @@ all:
             num_cpus: 8
             ram: 64
           user: root
+        ubuntu-nc-arm64-12:
+          instance:
+            id: ubuntu-nc-arm64-12
+            name: ubuntu-nc-arm64-12
+            subnet: null
+          ip_addrs:
+            bastion_host: null
+            bastion_ip: null
+            public: 89.58.42.161
+          system:
+            arch: arm64
+            num_cpus: 4
+            ram: 8
+          user: root
+        ubuntu-nc-x86-11:
+          instance:
+            id: ubuntu-nc-x86-11
+            name: ubuntu-nc-x86-11
+            subnet: null
+          ip_addrs:
+            bastion_host: null
+            bastion_ip: null
+            public: 152.53.129.244
+          system:
+            arch: x86_64
+            num_cpus: 4
+            ram: 8
+          user: root
diff --git a/ssh.cfg b/ssh.cfg
index a4425c0..4e22947 100644
--- a/ssh.cfg
+++ b/ssh.cfg
@@ -91,3 +91,21 @@ Host ubuntu-fsn-1-09
   ControlPath /tmp/ansible-%r@%h:%p
   ControlPersist 30m
 
+Host ubuntu-nc-arm64-12
+  Hostname 89.58.42.161
+  User root
+  ForwardAgent yes
+  StrictHostKeyChecking no
+  ControlMaster auto
+  ControlPath /tmp/ansible-%r@%h:%p
+  ControlPersist 30m
+
+Host ubuntu-nc-x86-11
+  Hostname 152.53.129.244
+  User root
+  ForwardAgent yes
+  StrictHostKeyChecking no
+  ControlMaster auto
+  ControlPath /tmp/ansible-%r@%h:%p
+  ControlPersist 30m
+

Reply via email to