summaryrefslogtreecommitdiff
path: root/ansible
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-02-13 19:55:42 +0200
committerLars Wirzenius <liw@liw.fi>2024-02-13 19:55:42 +0200
commit6809209e9e7abee241dedd8a74de16741ec93381 (patch)
treed6476733876ffb1d71db3f79b15bffd0430c0fd8 /ansible
parent6a117991af3ebbe49e72e37373e089df87148e2d (diff)
downloadansibleness-6809209e9e7abee241dedd8a74de16741ec93381.tar.gz
add seed.liw.fi; drop testseed.liw.fi
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'ansible')
-rw-r--r--ansible/hosts2
-rw-r--r--ansible/seed.liw.fi.yml (renamed from ansible/testseed.liw.fi)22
2 files changed, 18 insertions, 6 deletions
diff --git a/ansible/hosts b/ansible/hosts
index dc99a81..3eefd20 100644
--- a/ansible/hosts
+++ b/ansible/hosts
@@ -57,5 +57,5 @@ http.liw.fi
irc.liw.fi
shell-shell.vm.liw.fi
radicle.liw.fi
-testseed ansible_ssh_host=testseed.liw.fi
+seed.liw.fi
wumpus.liw.fi
diff --git a/ansible/testseed.liw.fi b/ansible/seed.liw.fi.yml
index d3b6aee..3057796 100644
--- a/ansible/testseed.liw.fi
+++ b/ansible/seed.liw.fi.yml
@@ -1,4 +1,4 @@
-- hosts: testseed
+- hosts: seed.liw.fi
remote_user: root
become: yes
roles:
@@ -35,8 +35,8 @@
sshd_version: 1
radicle_node_version: 1
- radicle_node_key: "{{ lookup('pipe', 'pass radicle/testseed.liw.fi/key') }}"
- radicle_node_key_pub: "{{ lookup('pipe', 'pass radicle/testseed.liw.fi/key.pub') }}"
+ radicle_node_key: "{{ lookup('pipe', 'pass radicle/seed.liw.fi/key') }}"
+ radicle_node_key_pub: "{{ lookup('pipe', 'pass radicle/seed.liw.fi/key.pub') }}"
radicle_node_connections:
- nid: z6MkfXa53s1ZSFy8rktvyXt5ADCojnxvjAoQpzajaXyLqG5n
host: radicle.liw.fi
@@ -44,7 +44,19 @@
radicle_node_repositories:
- rid: "rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5"
- rid: "rad:zZnk3hS8C3WAhnv7mWcCUToCqpBs"
- radicle_node_domain_name: testseed.liw.fi
- radicle_node_ci_domain_name: ci.testseed.liw.fi
+ radicle_node_domain_name: seed.liw.fi
+ radicle_node_ci_domain_name: ci.seed.liw.fi
+ radicle_node_ci_broker_config: |
+ default_adapter: native
+ adapters:
+ native:
+ command: /bin/radicle-native-ci
+ env:
+ RADICLE_NATIVE_CI: /home/_rad/native-ci.yaml
+ filters:
+ - !And
+ - !Repository "rad:zZnk3hS8C3WAhnv7mWcCUToCqpBs"
+ - !AnyPatch
+ radicle_node_policy: allow
rust_rustup_user: _rad