Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
homelab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
shore
homelab
Commits
8932b33a
Commit
8932b33a
authored
2 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Ansible: Stop Am I Live notifications during updates.
parent
45340d67
No related branches found
No related tags found
No related merge requests found
Pipeline
#3088
passed
2 years ago
Stage: .pre
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Ansible/update.yaml
+24
-0
24 additions, 0 deletions
Ansible/update.yaml
with
24 additions
and
0 deletions
Ansible/update.yaml
+
24
−
0
View file @
8932b33a
...
...
@@ -116,6 +116,18 @@
pkg_upgrade is changed or
fw_update is changed }}
-
name
:
Stop Am I Live SMS notifications
hosts
:
all
tasks
:
-
name
:
Stop Am I Live SMS notifications
become
:
false
delegate_to
:
localhost
run_once
:
true
community.aws.aws_ssm_parameter_store
:
name
:
&send_sms_param
/amilive/prod/send_sms_notifications
state
:
present
value
:
"
false"
-
name
:
Reboot NS1
hosts
:
-
ns1
...
...
@@ -151,3 +163,15 @@
reboot
:
tags
:
-
reboot
-
name
:
Resume Am I Live SMS notifications
hosts
:
all
tasks
:
-
name
:
Resume Am I Live SMS notifications
become
:
false
delegate_to
:
localhost
run_once
:
true
community.aws.aws_ssm_parameter_store
:
name
:
*send_sms_param
state
:
present
value
:
"
true"
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