Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
4d7e4e542a
2 changed files with 3 additions and 2 deletions
  1. +1
    -1
      playbooks/mpdf.conf.j2
  2. +2
    -1
      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 ""
host " {{ droplets.id }}"
# host "142.93.181.29"
port "8888"
password "password"


+ 2
- 1
playbooks/mpdf.yaml View File

@@ -40,7 +40,8 @@
- name: Gather information about a specific droplet by name
community.digitalocean.digital_ocean_droplet_info:
oauth_token: "{{ lookup('ansible.builtin.env', 'DO_API_TOKEN') }}"
name: "mpdb1"
name: mpdf1
register: droplets
- name: Install mpdf on hosts
apt:
name: mpd


Loading…
Cancel
Save