summaryrefslogtreecommitdiff
path: root/installer-ansible.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-02-10 09:59:07 +0200
committerLars Wirzenius <liw@liw.fi>2022-02-10 09:59:07 +0200
commit265048f6c91c5e2b2f0b49577557fed3000a7cae (patch)
treec42257d3bb86c79aa0ec0c291561cf1770ae7900 /installer-ansible.yml
parent848ed6f8bf729e8fb1d4d280fc3983f6d2a5e55c (diff)
downloadv-i-265048f6c91c5e2b2f0b49577557fed3000a7cae.tar.gz
chore: tidy up by removing stuff specific to me
Sponsored-by: author
Diffstat (limited to 'installer-ansible.yml')
-rw-r--r--installer-ansible.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/installer-ansible.yml b/installer-ansible.yml
index ad0d2f6..2d555a0 100644
--- a/installer-ansible.yml
+++ b/installer-ansible.yml
@@ -23,15 +23,6 @@
group: root
mode: 0700
- - name: "set root authorized keys"
- copy:
- content: |
- {{ user_pub }}
- dest: /root/.ssh/authorized_keys
- owner: root
- group: root
- mode: 0600
-
- name: "configure keyboard layout"
copy:
content: |
@@ -92,8 +83,6 @@
vars:
hostname: v-i
ansible_python_interpreter: /usr/bin/python3
- user_pub: |
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPQe6lsTapAxiwhhEeE/ixuK+5N8esCsMWoekQqjtxjP liw personal systems
ci_prod_signing_key: |
-----BEGIN PGP PUBLIC KEY BLOCK-----