summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ansible/http.liw.fi.yml2
-rw-r--r--base-image/base-image.yml2
2 files changed, 3 insertions, 1 deletions
diff --git a/ansible/http.liw.fi.yml b/ansible/http.liw.fi.yml
index 344062e..e2e3981 100644
--- a/ansible/http.liw.fi.yml
+++ b/ansible/http.liw.fi.yml
@@ -157,7 +157,7 @@
letsencrypt_cert: cert1
- domain: gtdfh.liw.fi
- owner: ickliwfi
+ owner: liw
ownermail: liw@liw.fi
letsencrypt: yes
letsencrypt_cert: cert1
diff --git a/base-image/base-image.yml b/base-image/base-image.yml
index 84d938f..9033b5a 100644
--- a/base-image/base-image.yml
+++ b/base-image/base-image.yml
@@ -21,6 +21,8 @@
mode: 0600
- shell: |
apt clean
+ sed -i 's/^root:[^:]*:/root::/' /etc/shadow /etc/passwd
+ rm -f /etc/systemd/network/10-cloud-init-eth0.network
vars:
hostname: bullseye
ansible_python_interpreter: /usr/bin/python3