summaryrefslogtreecommitdiff
path: root/ansible/icktool.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-13 15:18:18 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-13 15:18:18 +0300
commit5a6827d02a1db0e1e0ac09f8abb3cfa996418c58 (patch)
tree45c4f7e28ee9fb7fe9459143d5bad8192d322288 /ansible/icktool.yml
parentdf3a7ecb38466a68e75096ed2a8108701d0e5cda (diff)
downloadansibleness-5a6827d02a1db0e1e0ac09f8abb3cfa996418c58.tar.gz
use new personal ssh key for web, icktool
also, clone liw-ci for icktool via Ansible. Sponsored-by: author
Diffstat (limited to 'ansible/icktool.yml')
-rw-r--r--ansible/icktool.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/ansible/icktool.yml b/ansible/icktool.yml
index 69ea1bf..b8e1503 100644
--- a/ansible/icktool.yml
+++ b/ansible/icktool.yml
@@ -14,6 +14,9 @@
- psmisc
- ick2
- jq
+ - name: "clone liw-ci"
+ shell: |
+ sudo -i -u liw git clone git://git.liw.fi/liw-ci
vars:
ansible_python_interpreter: /usr/bin/python3
@@ -33,7 +36,7 @@
comment: Lars Wirzenius
sudo: true
authorized_keys: |
- {{ liw_ssh_pub }}
+ {{ liw_personal_ssh_pub }}
ssh_key: |
{{ lookup('pipe', 'pass show ssh/liw@mirror-git') }}
ssh_key_pub: |