builder3: checkout some scripts for the builder from git repo
This commit is contained in:
parent
56495c7059
commit
202c7477db
19
builder3.yml
19
builder3.yml
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue