Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webservices
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
webservices
Merge requests
!4
WIP: add acmebot role
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
WIP: add acmebot role
acmebot
into
master
Overview
1
Commits
34
Pipelines
1
Changes
10
Closed
Lars Beckers
requested to merge
acmebot
into
master
5 years ago
Overview
1
Commits
34
Pipelines
1
Changes
10
Implements configuration of the acmebot package we built. Some TODOs and testing left.
0
0
Merge request reports
Viewing commit
e1335e67
Prev
Next
Show latest version
10 files
+
366
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
e1335e67
Add netbox to uwsgi-python role
· e1335e67
Thomas Schneider
authored
5 years ago
uwsgi-python/handlers/main.yml
+
7
−
0
View file @ e1335e67
Show full file
@@ -103,3 +103,10 @@
@@ -103,3 +103,10 @@
-
name
:
restart uwsgi instance infoscreen
-
name
:
restart uwsgi instance infoscreen
service
:
name="uwsgi@infoscreen" state=restarted
service
:
name="uwsgi@infoscreen" state=restarted
-
name
:
restart uwsgi instance netbox
service
:
name="uwsgi@netbox" state=restarted
# - name: restart uwsgi instance netbox rqworker
# service: name="netbox-rqworker" state=restarted
# listen: "restart uwsgi instance netbox"
Loading