Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
What's new
2
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rob Connolly
ansible-infrastructure
Commits
5f4058c6
Commit
5f4058c6
authored
May 26, 2021
by
Rob Connolly
Browse files
Deploying frigate.
parent
cc0d2280
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5f4058c6
...
...
@@ -7,7 +7,7 @@ stages:
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
#ANSIBLE_TAGS: "zfs,docker,mail"
ANSIBLE_TAGS
:
"
zoneminder
"
ANSIBLE_TAGS
:
"
frigate
"
# Generic preflight template
.preflight
:
&preflight
...
...
hosts.yml
View file @
5f4058c6
This diff is collapsed.
Click to expand it.
playbooks/common.yml
View file @
5f4058c6
...
...
@@ -75,6 +75,11 @@
roles
:
-
{
role
:
robconnolly.docker_app_roles.docker_weewx
}
-
hosts
:
frigate_hosts
tags
:
frigate
roles
:
-
{
role
:
robconnolly.docker_app_roles.docker_frigate
}
#- hosts: all
# tasks:
# - name: Install common apt packages
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment