This website works better with JavaScript.
Home
Help
Register
Sign In
witten
/
provisioning
Watch
1
Star
1
Fork
0
Code
Issues
7
Pull Requests
0
Releases
0
Activity
Browse Source
Add audio server.
master
Dan Helfman
1 year ago
parent
68f04e52f7
commit
6516e856db
5 changed files
with
12 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
hosts
+1
-1
roles/common/handlers/main.yml
+1
-1
roles/common/tasks/main.yml
+1
-1
roles/firewall/tasks/main.yml
+8
-0
site.yml
+ 1
- 0
hosts
View File
@ -1,2 +1,3 @@
apps.torsion.org
audio.dandy
automation.dandy
+ 1
- 1
roles/common/handlers/main.yml
View File
@ -1,2 +1,2 @@
-
name
:
reload SSH
service
:
name=ssh enabled=yes state=reloaded
service
:
name=ssh
d
enabled=yes state=reloaded
+ 1
- 1
roles/common/tasks/main.yml
View File
@ -120,7 +120,7 @@
-
name
:
allow SSH port in firewall
ufw:
rule
:
allow
port
:
22
port
:
"22"
proto
:
tcp
tags:
-
common
+ 1
- 1
roles/firewall/tasks/main.yml
View File
@ -22,7 +22,7 @@
-
name
:
allow SSH port in firewall
ufw:
rule
:
allow
port
:
22
port
:
"22"
proto
:
tcp
tags:
-
firewall
+ 8
- 0
site.yml
View File
@ -60,3 +60,11 @@
-
role
:
time_synchronization
-
role
:
home_automation
home_assistant_version
:
0.92
.2
-
hosts
:
audio.dandy
vars_files:
-
group_vars/vault.yml
roles:
-
role
:
common
-
role
:
remote_server
-
role
:
time_synchronization
Write
Preview
Loading…
Cancel
Save