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
c373f5c9
Commit
c373f5c9
authored
Oct 07, 2019
by
Carsten Feuls
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move cloud-init remove to end of playbook
parent
f251867c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
ansible/playbook.yml
ansible/playbook.yml
+12
-4
No files found.
ansible/playbook.yml
View file @
c373f5c9
...
...
@@ -91,6 +91,11 @@
dest
:
/home/schulung/Schreibtisch/presentation.pdf
owner
:
schulung
-
name
:
Remove /etc/network/interfaces.d/50-cloud-init.cfg
file
:
path
:
/etc/network/interfaces.d/50-cloud-init.cfg
state
:
absent
-
name
:
cleanup system
apt
:
name
:
"
{{
packages
}}"
...
...
@@ -99,10 +104,13 @@
packages
:
-
libreoffice-common
-
gimp
-
cloud-init
-
name
:
Remove /etc/network/interfaces.d/50-cloud-init.cfg
file
:
path
:
/etc/network/interfaces.d/50-cloud-init.cfg
-
name
:
remove cloud-init
apt
:
name
:
"
{{
packages
}}"
state
:
absent
vars
:
packages
:
-
cloud-init
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