ソースを参照

working on changes, and debugging

master
Erin Sims 2年前
コミット
ebb0e25d8a
2個のファイルの変更5行の追加7行の削除
  1. +2
    -1
      playbooks/mpdb.yaml
  2. +3
    -6
      playbooks/mpdf.yaml

+ 2
- 1
playbooks/mpdb.yaml ファイルの表示

@@ -42,7 +42,8 @@
- name: Install mpdb on hosts - name: Install mpdb on hosts
apt: apt:
name: mpd name: mpd
state: present
state: latest
update_cache: yes
- name: setup config on hosts - name: setup config on hosts
template: template:
src: mpdb.conf.j2 src: mpdb.conf.j2


+ 3
- 6
playbooks/mpdf.yaml ファイルの表示

@@ -48,12 +48,9 @@
- name: Install mpdf on hosts - name: Install mpdf on hosts
apt: apt:
name: mpd name: mpd
state: present
- name: Install sshfs on hosts
apt:
name: sshfs
state: present
- name: setup config on hosts
state: latest
update_cache: yes
- name: setup config on hosts
template: template:
src: mpdf.conf.j2 src: mpdf.conf.j2
dest: "/etc/mpdf{{ item }}.conf" dest: "/etc/mpdf{{ item }}.conf"


読み込み中…
キャンセル
保存