소스 검색

working on changes, and debugging

master
Erin Sims 2 년 전
부모
커밋
b973b1776d
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      playbooks/create_droplet.yml

+ 4
- 1
playbooks/create_droplet.yml 파일 보기

@@ -103,7 +103,10 @@
addresses: ["0.0.0.0/0", "::/0"]
tags: ["mpdb"]
- name: update inventory
ansible.builtin.command: "do-ansible-inventory --access-token {{ lookup('ansible.builtin.env', 'DO_API_TOKEN') }} > /etc/ansible/hosts"
ansible.builtin.shell: "do-ansible-inventory --access-token {{ lookup('ansible.builtin.env', 'DO_API_TOKEN') }} > /etc/ansible/hosts"
args:
executable: /bin/bash
- name: mpdb
ansible.builtin.import_playbook: mpdb.yaml
- name: mpdf


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