builder3: checkout some scripts for the builder from git repo

This commit is contained in:
Daniel Frank 2021-12-30 23:49:03 +01:00
parent 56495c7059
commit 202c7477db
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -198,6 +198,25 @@
src: "{{ item }}" src: "{{ item }}"
state: link state: link
- name: Checkout scripts for the builder
git:
repo: https://github.com/freifunkhamburg/builder-scripts.git
dest: /home/gluon/bin
ssh_opts: -o StrictHostKeyChecking=accept-new
- name: Fix permissions on git repo
file:
path: /home/gluon/bin
owner: gluon
group: gluon
recurse: yes
- name: Set main as default git branch name
git_config:
scope: system
state: present
name: init.defaultBranch
value: main
- name: Configure webserver for builder3 - name: Configure webserver for builder3
block: block: