summaryrefslogtreecommitdiff
path: root/v-i.yml
diff options
context:
space:
mode:
Diffstat (limited to 'v-i.yml')
-rw-r--r--v-i.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/v-i.yml b/v-i.yml
index 5955513..c476585 100644
--- a/v-i.yml
+++ b/v-i.yml
@@ -40,7 +40,7 @@
shell:
echo export LC_CTYPE=fi_FI.UTF8 >> /etc/profile.d/finnish.sh
- - name: "configure networking"
+ - name: "configure Ethernet networking"
copy:
content: |
auto eth0
@@ -53,11 +53,6 @@
src: "{{ rootfs_tarball }}"
dest: /root/rootfs.tar.gz
- - name: "copy my ssh pub key"
- copy:
- src: /home/liw/.ssh/liw-openpgp.pub
- dest: /root/liw-openpgp.pub
-
- name: "add my ssh pub key to root's authorized keys"
authorized_key:
user: root