summaryrefslogtreecommitdiff
path: root/ansible/radicle-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-09-06 19:04:26 +0300
committerLars Wirzenius <liw@liw.fi>2023-09-06 19:04:26 +0300
commiteb96f6e763ee2b14660fa1130844dd8bbf33fe27 (patch)
tree3d83d874ea7559777ed0e9575a569607ce7e209d /ansible/radicle-dev.yml
parent741cd824709a66d0d218d7590abd42422f7c7cdc (diff)
downloadansibleness-eb96f6e763ee2b14660fa1130844dd8bbf33fe27.tar.gz
radicle vm for exolobe1
Sponsored-by: author
Diffstat (limited to 'ansible/radicle-dev.yml')
-rw-r--r--ansible/radicle-dev.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ansible/radicle-dev.yml b/ansible/radicle-dev.yml
index 005f5ef..aa5a7d0 100644
--- a/ansible/radicle-dev.yml
+++ b/ansible/radicle-dev.yml
@@ -1,4 +1,4 @@
-- hosts: radicle-dev
+- hosts: radicle
remote_user: debian
become: yes
roles:
@@ -121,8 +121,8 @@
comment: Lars Wirzenius
sshd_version: 1
- sshd_host_key: "{{ lookup('pipe', 'sshca host private-key radicle-dev') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify --ca liw.fi/ca/host/v5 radicle-dev') }}"
+ sshd_host_key: "{{ lookup('pipe', 'sshca host private-key {{ sane_debian_hostname }}') }}"
+ sshd_host_cert: "{{ lookup('pipe', 'sshca host certify --ca liw.fi/ca/host/v5 {{ sane_debian_hostname }}') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"
rustup_cargo_install: |