Browse Source

working on changes, and debugging

master
erin sims 2 years ago
parent
commit
6fbb45b0ce
2 changed files with 4 additions and 3 deletions
  1. +4
    -2
      ansible.cfg
  2. +0
    -1
      playbooks/create_droplet.yml

+ 4
- 2
ansible.cfg View File

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

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

Loading…
Cancel
Save