Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
deploy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
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
paradise
deploy
Commits
0a2c70fc
There was an error fetching the commit references. Please try again later.
Commit
0a2c70fc
authored
3 years ago
by
Vladimír Štill
Browse files
Options
Downloads
Patches
Plain Diff
ansible: Block some unwanted services
parent
c7ed6788
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/pds_deb/tasks/main.yml
+19
-0
19 additions, 0 deletions
ansible/roles/pds_deb/tasks/main.yml
ansible/roles/pds_desktop_deb/tasks/main.yml
+7
-0
7 additions, 0 deletions
ansible/roles/pds_desktop_deb/tasks/main.yml
with
26 additions
and
0 deletions
ansible/roles/pds_deb/tasks/main.yml
+
19
−
0
View file @
0a2c70fc
...
@@ -144,3 +144,22 @@
...
@@ -144,3 +144,22 @@
-
python3-sphinx-rtd-theme
-
python3-sphinx-rtd-theme
-
python3-recommonmark
-
python3-recommonmark
-
gcc-arm-none-eabi
-
gcc-arm-none-eabi
-
name
:
"
Misc
usefull
programs"
apt
:
pkg
:
-
irssi
-
name
:
"
Block
various
user-level
systemd
services
we
do
not
want"
systemd
:
scope
:
'
global'
name
:
"
{{item}}"
state
:
"
stopped"
masked
:
true
loop
:
-
'
pipewire.socket'
-
'
pipewire.service'
-
'
tracker-extract.service'
-
'
tracker-miner-fs.service'
-
'
tracker-store.service'
-
'
tracker-writeback.service'
This diff is collapsed.
Click to expand it.
ansible/roles/pds_desktop_deb/tasks/main.yml
+
7
−
0
View file @
0a2c70fc
...
@@ -93,3 +93,10 @@
...
@@ -93,3 +93,10 @@
-
name
:
"
Disable
power
off
by
GDM3"
-
name
:
"
Disable
power
off
by
GDM3"
command
:
"
gsettings
set
org.gnome.login-screen
disable-restart-buttons
true"
command
:
"
gsettings
set
org.gnome.login-screen
disable-restart-buttons
true"
-
name
:
"
Disable
&
mask
NetworkManager"
systemd
:
name
:
"
NetworkManager.service"
masked
:
true
enabled
:
false
state
:
"
stopped"
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