diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-22 13:27:24 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-22 13:27:24 +0300 |
| commit | da9a729eaf6fac9b0cc532dcf0056ba76c7f677d (patch) | |
| tree | f93cb4e0f577d7ee4b5fb8afb5dfff1cb92f9365 /roles/jails | |
| parent | 89ab0f3ff0c2f2f68d8e1cb8fa0b46d3a090aa00 (diff) | |
Remove private repo handling from taulubot jail
Diffstat (limited to 'roles/jails')
| -rw-r--r-- | roles/jails/04_taulubot/tasks/main.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/roles/jails/04_taulubot/tasks/main.yml b/roles/jails/04_taulubot/tasks/main.yml index 92624ff..e45b2d9 100644 --- a/roles/jails/04_taulubot/tasks/main.yml +++ b/roles/jails/04_taulubot/tasks/main.yml @@ -2,26 +2,8 @@ name: jail tasks_from: jail_setup -- name: Create .ssh directory - file: - path: /root/.ssh - state: directory - owner: root - group: wheel - mode: "0700" - -- name: Deploy SSH key for git - copy: - content: "{{ taulubot_deploy_key.private }}" - dest: /root/.ssh/deploy_key - owner: root - group: wheel - mode: "0600" - no_log: true - - name: Install taulubot from port shell: | - export GIT_SSH_COMMAND='ssh -i ~/.ssh/deploy_key -o StrictHostKeyChecking=no' cd /usr/ports/net-im/taulubot make install WRKDIRPREFIX=/tmp/ports DISTDIR=/tmp/distfiles register: _taulubot_install |
