Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
common
Commits
6887ffd6
Commit
6887ffd6
authored
6 years ago
by
Lars Beckers
Browse files
Options
Downloads
Patches
Plain Diff
basic-system: add lsb-release for ansible facts
parent
7300ae6f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
basic-system/handlers/main.yml
+3
-0
3 additions, 0 deletions
basic-system/handlers/main.yml
basic-system/tasks/main.yml
+16
-2
16 additions, 2 deletions
basic-system/tasks/main.yml
with
19 additions
and
2 deletions
basic-system/handlers/main.yml
+
3
−
0
View file @
6887ffd6
...
...
@@ -15,3 +15,6 @@
-
name
:
gather network facts once again
setup
:
gather_subset=network
-
name
:
gather minimal standard facts once again
setup
:
gather_subset=min
This diff is collapsed.
Click to expand it.
basic-system/tasks/main.yml
+
16
−
2
View file @
6887ffd6
---
-
name
:
ensure /tmp is a tmpfs
mount
:
name=/tmp src=tmpfs fstype=tmpfs opts=nosuid,rw,noexec state=mounted
mount
:
name
:
/tmp
src
:
tmpfs
fstype
:
tmpfs
opts
:
nosuid,rw,noexec
state
:
mounted
tags
:
-
config
-
mount
-
name
:
ensure lsb release information is available
apt
:
name
:
lsb-release
state
:
present
notify
:
-
gather minimal standard facts once again
tags
:
-
lsb
-
meta
:
flush_handlers
-
include
:
logging.yml
-
meta
:
flush_handlers
-
include
:
network.yml
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment