소스 검색

finally got the ansible droplet info to work right its in conf.j2 now

master
Erin Sims 2 년 전
부모
커밋
37c69e19f0
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +1
    -1
      playbooks/mpdf.conf.j2
  2. +3
    -3
      playbooks/mpdf.yaml

+ 1
- 1
playbooks/mpdf.conf.j2 파일 보기

@@ -16,7 +16,7 @@ music_directory "nfs://example.com/path/to/your/music/"

database {
plugin "proxy"
host ""
host "{{ droplets.data[0].networks.v4[0].ip_address }}"
# host "142.93.181.29"
port "8888"
password "password"


+ 3
- 3
playbooks/mpdf.yaml 파일 보기

@@ -42,9 +42,9 @@
oauth_token: "{{ lookup('ansible.builtin.env', 'DO_API_TOKEN') }}"
name: mpdb1
register: droplets
- name: Print return information from the previous task
ansible.builtin.debug:
msg : "{{ droplets.data[0].networks.v4[0].ip_address }}"
# - name: Print return information from the previous task
#ansible.builtin.debug:
# msg : "{{ droplets.data[0].networks.v4[0].ip_address }}"
- name: Install mpdf on hosts
apt:
name: mpd


불러오는 중...
취소
저장