Explorar el Código

working on changes, and debugging

master
Erin Sims hace 2 años
padre
commit
b973b1776d
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      playbooks/create_droplet.yml

+ 4
- 1
playbooks/create_droplet.yml Ver fichero

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


Cargando…
Cancelar
Guardar