Parcourir la source

working on changes, and debugging

master
Erin Sims il y a 2 ans
Parent
révision
4d7e4e542a
2 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. +1
    -1
      playbooks/mpdf.conf.j2
  2. +2
    -1
      playbooks/mpdf.yaml

+ 1
- 1
playbooks/mpdf.conf.j2 Voir le fichier

@@ -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 Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer