Explorar el Código

working on changes, and debugging

master
erin sims hace 2 años
padre
commit
6fbb45b0ce
Se han modificado 2 ficheros con 4 adiciones y 3 borrados
  1. +4
    -2
      ansible.cfg
  2. +0
    -1
      playbooks/create_droplet.yml

+ 4
- 2
ansible.cfg Ver fichero

@@ -1,5 +1,7 @@
[defaults]
host_key_checking = False
enable_plugins = community.digitalocean.digitalocean
private_key_file = ~/.ssh/id_rsa
inventory = /etc/ansible/hosts
[inventory]
inventory = /etc/ansible/hosts
enable_plugins = community.digitalocean.digitalocean


+ 0
- 1
playbooks/create_droplet.yml Ver fichero

@@ -112,4 +112,3 @@
ansible.builtin.import_playbook: mpdf.yaml
- name: sshfs
ansible.builtin.import_playbook: sshfs.yaml

Cargando…
Cancelar
Guardar