This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-jackaudio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
user environment variable
master
Markus Katharina Brechtel
3 years ago
parent
8dc6d7533b
commit
5aa49f7396
2 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
tasks/main.yaml
+3
-0
templates/env.j2
+ 10
- 0
tasks/main.yaml
View File
@@ -32,3 +32,13 @@
name: jack.service
state: started
enabled: true
- name: systemd user environment directory
file:
path: /etc/environment.d
state: directory
- name: jack user environment variables
template:
src: env.j2
dest: /etc/environment.d/jack.conf
+ 3
- 0
templates/env.j2
View File
@@ -0,0 +1,3 @@
{{ansible_managed|comment}}
JACK_PROMISCUOUS_SERVER=jack
Write
Preview
Loading…
Cancel
Save