Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ansibleschulung-bootstrap
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
credativ Public
ansibleschulung-bootstrap
Commits
bf365b4c
Commit
bf365b4c
authored
Feb 24, 2020
by
Carsten Feuls
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Problem with vagrant
parent
ea31f1d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
ansible/playbook.yml
ansible/playbook.yml
+20
-0
No files found.
ansible/playbook.yml
View file @
bf365b4c
...
...
@@ -13,6 +13,18 @@
apt
:
deb
:
https://download.virtualbox.org/virtualbox/6.0.10/virtualbox-6.0_6.0.10-132072~Ubuntu~bionic_amd64.deb
-
name
:
install useful packages
apt
:
name
:
"
{{
packages
}}"
vars
:
packages
:
-
vim
-
emacs
-
mc
-
terminator
-
firmware-linux-nonfree
-
firmware-iwlwifi
-
name
:
get kernel version
command
:
uname -r
register
:
_kernel
...
...
@@ -44,6 +56,7 @@
become
:
yes
become_user
:
schulung
-
name
:
provision vagrant env
command
:
vagrant up
args
:
...
...
@@ -51,6 +64,13 @@
become
:
yes
become_user
:
schulung
-
name
:
provision plugin install
command
:
vagrant plugin install vagrant-vbguest
args
:
chdir
:
/home/schulung/schulungsumgebung/vagrant/centos
become
:
yes
become_user
:
schulung
-
name
:
stop vagrant env
command
:
vagrant suspend
args
:
...
...
Write
Preview
Markdown
is supported
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