Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
infra
ansible-librem
Commits
0c45aa01
Commit
0c45aa01
authored
Jan 18, 2018
by
Dorota Czaplejewicz
Browse files
Add debootstrap package
parent
15a3c5af
Changes
1
Hide whitespace changes
Inline
Side-by-side
install_jenkins.yml
View file @
0c45aa01
...
...
@@ -24,7 +24,7 @@
-
name
:
Configure Jenkins master-slave security
copy
:
dest
:
/var/lib/jenkins/secrets/slave-to-master-security-kill-switch
content
:
false
content
:
"
false
"
notify
:
Restart jenkins
-
name
:
Ensure nginx
apt
:
name=nginx state=present
...
...
@@ -53,8 +53,11 @@
with_items
:
[
'
80'
,
'
443'
]
-
name
:
Make sure nginx is running
systemd
:
name=nginx state=started enabled=yes
# requirements for debian-qemuscripts
-
name
:
Install git
apt
:
name=git state=present
-
name
:
Install vmdebootstrap
apt
:
name=vmdebootstrap state=present
-
name
:
Install sudo
apt
:
name=sudo state=present
-
name
:
Clone the debian_qemuscripts repo
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment