This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Thrace-lan.info
/
ansible
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
working on changes, and debugging
master
Erin Sims
2 years ago
parent
de3a9ec4bf
commit
7c3898319c
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
playbooks/mpdf.conf.j2
+4
-0
playbooks/mpdf.yaml
+ 1
- 1
playbooks/mpdf.conf.j2
View File
@@ -16,7 +16,7 @@ music_directory "nfs://example.com/path/to/your/music/"
database {
plugin "proxy"
host "
{{ droplets.id }}
"
host ""
# host "142.93.181.29"
port "8888"
password "password"
+ 4
- 0
playbooks/mpdf.yaml
View File
@@ -42,6 +42,10 @@
oauth_token: "{{ lookup('ansible.builtin.env', 'DO_API_TOKEN') }}"
name: mpdb1
register: droplets
- name: Print return information from the previous task
ansible.builtin.debug:
var: {{ droplets }}
verbosity: 2
- name: Install mpdf on hosts
apt:
name: mpd
Write
Preview
Loading…
Cancel
Save