summaryrefslogtreecommitdiff
path: root/ansible
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-04-07 13:58:27 +0300
committerLars Wirzenius <liw@liw.fi>2022-04-07 13:58:27 +0300
commitcb4de45731886f5e0fad51662c1be2b7d1900d4f (patch)
tree9b9ac91adce1d157025826d74795fe1c377e984d /ansible
parent33a092760cc95b7d5c52d02786e85deda1c65467 (diff)
downloadansibleness-cb4de45731886f5e0fad51662c1be2b7d1900d4f.tar.gz
drop: authorized_keys from my local VMs
Sponsored-by: author
Diffstat (limited to 'ansible')
-rw-r--r--ansible/apt-dev.yml2
-rw-r--r--ansible/billion.yml2
-rw-r--r--ansible/clab-dev.yml4
-rw-r--r--ansible/contractor-dev.yml2
-rw-r--r--ansible/debian-ansible-dev.yml2
-rw-r--r--ansible/debian-mirror.yml10
-rw-r--r--ansible/debmirror.yml4
-rw-r--r--ansible/ewww-dev.yml4
-rw-r--r--ansible/ewww-test.yml5
-rw-r--r--ansible/ick2-dev.yml2
-rw-r--r--ansible/icktool.yml2
-rw-r--r--ansible/obnam-bench.yml5
-rw-r--r--ansible/obnam-dev.yml5
-rw-r--r--ansible/openpgp-ca-dev.yml2
-rw-r--r--ansible/python-mess.yml5
-rw-r--r--ansible/roadmap-dev.yml5
-rw-r--r--ansible/rust-dev.yml6
-rw-r--r--ansible/sequoia-dev.yml2
-rw-r--r--ansible/sequoia-web.yml7
-rw-r--r--ansible/sshca-dev.yml2
-rw-r--r--ansible/subplot-dev.yml3
-rw-r--r--ansible/vmadm-dev.yml5
-rw-r--r--ansible/vmdb2-dev.yml6
-rw-r--r--ansible/web.yml5
24 files changed, 1 insertions, 96 deletions
diff --git a/ansible/apt-dev.yml b/ansible/apt-dev.yml
index b9b5644..ae08369 100644
--- a/ansible/apt-dev.yml
+++ b/ansible/apt-dev.yml
@@ -70,5 +70,3 @@
{{ liw_personal_ssh_pub }}
- username: debian
sudo: yes
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
diff --git a/ansible/billion.yml b/ansible/billion.yml
index d6853b1..1357964 100644
--- a/ansible/billion.yml
+++ b/ansible/billion.yml
@@ -20,5 +20,3 @@
- username: liw
comment: Lars Wirzenius
sudo: yes
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
diff --git a/ansible/clab-dev.yml b/ansible/clab-dev.yml
index c4bf113..7817e21 100644
--- a/ansible/clab-dev.yml
+++ b/ansible/clab-dev.yml
@@ -40,12 +40,8 @@
- username: liw
comment: Lars Wirzenius
sudo: yes
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
- username: debian
sudo: yes
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
sane_debian_system_sources_lists:
- repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
diff --git a/ansible/contractor-dev.yml b/ansible/contractor-dev.yml
index d06fd72..0ef3722 100644
--- a/ansible/contractor-dev.yml
+++ b/ansible/contractor-dev.yml
@@ -42,8 +42,6 @@
- username: liw
comment: Lars Wirzenius
sudo: yes
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
sources_lists:
- repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
diff --git a/ansible/debian-ansible-dev.yml b/ansible/debian-ansible-dev.yml
index 4810bb9..54ed996 100644
--- a/ansible/debian-ansible-dev.yml
+++ b/ansible/debian-ansible-dev.yml
@@ -56,8 +56,6 @@
- username: liw
comment: Lars Wirzenius
sudo: yes
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
sane_debian_system_sources_lists:
- repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
diff --git a/ansible/debian-mirror.yml b/ansible/debian-mirror.yml
index 5ae83c4..1b85a21 100644
--- a/ansible/debian-mirror.yml
+++ b/ansible/debian-mirror.yml
@@ -106,16 +106,6 @@
unix_users_version: 2
unix_users:
- - username: debian
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
- username: debmirror
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
- - username: _ewww
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
- username: liw
comment: Lars Wirzenius
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
diff --git a/ansible/debmirror.yml b/ansible/debmirror.yml
index 3605f91..88aa1c1 100644
--- a/ansible/debmirror.yml
+++ b/ansible/debmirror.yml
@@ -22,12 +22,8 @@
- username: liw
comment: Lars Wirzenius
sudo: yes
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
- username: debmirror
comment: Debian Mirror
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
static_sites:
diff --git a/ansible/ewww-dev.yml b/ansible/ewww-dev.yml
index 798777c..f08a6a5 100644
--- a/ansible/ewww-dev.yml
+++ b/ansible/ewww-dev.yml
@@ -43,13 +43,9 @@
unix_users_version: 2
unix_users:
- username: debian
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
- username: liw
comment: Lars Wirzenius
sudo: yes
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
sane_debian_system_sources_lists:
- repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
diff --git a/ansible/ewww-test.yml b/ansible/ewww-test.yml
index 4d0f953..9b826ac 100644
--- a/ansible/ewww-test.yml
+++ b/ansible/ewww-test.yml
@@ -109,10 +109,5 @@
unix_users_version: 2
unix_users:
- - username: debian
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
- username: _ewww
comment: Static web site content
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
diff --git a/ansible/ick2-dev.yml b/ansible/ick2-dev.yml
index 6a8b0c6..5ec6550 100644
--- a/ansible/ick2-dev.yml
+++ b/ansible/ick2-dev.yml
@@ -42,8 +42,6 @@
- username: liw
comment: Lars Wirzenius
sudo: true
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
ssh_key: |
{{ lookup('pipe', 'pass show ssh/liw@mirror-git') }}
ssh_key_pub: |
diff --git a/ansible/icktool.yml b/ansible/icktool.yml
index e31f799..f51eb7f 100644
--- a/ansible/icktool.yml
+++ b/ansible/icktool.yml
@@ -71,8 +71,6 @@
- username: liw
comment: Lars Wirzenius
sudo: true
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
ssh_key: |
{{ lookup('pipe', 'pass show ssh/liw@mirror-git') }}
ssh_key_pub: |
diff --git a/ansible/obnam-bench.yml b/ansible/obnam-bench.yml
index fe8a7b9..0d7f948 100644
--- a/ansible/obnam-bench.yml
+++ b/ansible/obnam-bench.yml
@@ -44,8 +44,3 @@
unix_users:
- username: liw
comment: Lars Wirzenius
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
- - username: debian
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
diff --git a/ansible/obnam-dev.yml b/ansible/obnam-dev.yml
index 660be2c..d292365 100644
--- a/ansible/obnam-dev.yml
+++ b/ansible/obnam-dev.yml
@@ -61,10 +61,5 @@
unix_users:
- username: liw
comment: Lars Wirzenius
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
- - username: debian
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
rustup_cargo_install: |
flamegraph
diff --git a/ansible/openpgp-ca-dev.yml b/ansible/openpgp-ca-dev.yml
index 8142562..32f7bc8 100644
--- a/ansible/openpgp-ca-dev.yml
+++ b/ansible/openpgp-ca-dev.yml
@@ -41,5 +41,3 @@
unix_users:
- username: liw
comment: Lars Wirzenius
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
diff --git a/ansible/python-mess.yml b/ansible/python-mess.yml
index 3f3bf94..80d216b 100644
--- a/ansible/python-mess.yml
+++ b/ansible/python-mess.yml
@@ -31,11 +31,6 @@
unix_users_version: 2
unix_users:
- - username: debian
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
- username: liw
comment: Lars Wirzenius
sudo: yes
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
diff --git a/ansible/roadmap-dev.yml b/ansible/roadmap-dev.yml
index 7c44258..f2e5b02 100644
--- a/ansible/roadmap-dev.yml
+++ b/ansible/roadmap-dev.yml
@@ -36,11 +36,6 @@
unix_users_version: 2
unix_users:
- - username: debian
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
- username: liw
comment: Lars Wirzenius
sudo: yes
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
diff --git a/ansible/rust-dev.yml b/ansible/rust-dev.yml
index fb92237..7ea3993 100644
--- a/ansible/rust-dev.yml
+++ b/ansible/rust-dev.yml
@@ -29,14 +29,8 @@
unix_users_version: 2
unix_users:
- - username: debian
- sudo: yes
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
- username: liw
comment: Lars Wirzenius
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
sane_debian_system_sources_lists:
- repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
diff --git a/ansible/sequoia-dev.yml b/ansible/sequoia-dev.yml
index 7976f9e..ea38646 100644
--- a/ansible/sequoia-dev.yml
+++ b/ansible/sequoia-dev.yml
@@ -54,5 +54,3 @@
unix_users:
- username: liw
comment: Lars Wirzenius
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
diff --git a/ansible/sequoia-web.yml b/ansible/sequoia-web.yml
index e33f7eb..eb730e0 100644
--- a/ansible/sequoia-web.yml
+++ b/ansible/sequoia-web.yml
@@ -104,12 +104,5 @@
unix_users:
- username: liw
comment: Lars Wirzenius
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
- - username: root
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
- username: _ewww
comment: Static web site content
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
diff --git a/ansible/sshca-dev.yml b/ansible/sshca-dev.yml
index c3403d9..c6843b0 100644
--- a/ansible/sshca-dev.yml
+++ b/ansible/sshca-dev.yml
@@ -43,8 +43,6 @@
- username: liw
comment: Lars Wirzenius
sudo: yes
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
sane_debian_system_sources_lists:
- repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
diff --git a/ansible/subplot-dev.yml b/ansible/subplot-dev.yml
index 4076730..643429f 100644
--- a/ansible/subplot-dev.yml
+++ b/ansible/subplot-dev.yml
@@ -42,7 +42,6 @@
- repo: |
deb http://security.debian.org/debian-security bullseye-security main contrib non-free
-
- repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
signing_key: "{{ ci_prod_signing_key }}"
@@ -50,5 +49,3 @@
unix_users:
- username: liw
comment: Lars Wirzenius
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
diff --git a/ansible/vmadm-dev.yml b/ansible/vmadm-dev.yml
index e8964d5..5daf97c 100644
--- a/ansible/vmadm-dev.yml
+++ b/ansible/vmadm-dev.yml
@@ -58,11 +58,6 @@
unix_users_version: 2
unix_users:
- - username: debian
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
- username: liw
comment: Lars Wirzenius
sudo: yes
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
diff --git a/ansible/vmdb2-dev.yml b/ansible/vmdb2-dev.yml
index e002db3..633a6b5 100644
--- a/ansible/vmdb2-dev.yml
+++ b/ansible/vmdb2-dev.yml
@@ -55,15 +55,9 @@
unix_users_version: 2
unix_users:
- - username: debian
- sudo: yes
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
- username: liw
comment: Lars Wirzenius
sudo: yes
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
sane_debian_system_sources_lists:
- repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
diff --git a/ansible/web.yml b/ansible/web.yml
index 235d254..ad17168 100644
--- a/ansible/web.yml
+++ b/ansible/web.yml
@@ -105,9 +105,6 @@
unix_users_version: 2
unix_users:
- username: debian
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
- username: _ewww
comment: Static web site content
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
+