debops / examples

Repository with example DebOps projects
MIT License
61 stars 19 forks source link

bootstrapping vm fails #16

Closed akarasulu closed 4 years ago

akarasulu commented 4 years ago

Trying to bootstrap a VM in multi VM environment:

$ ANSIBLE_SSH_ARGS="-o UserKnownHostsFile=/dev/null" debops boostrap -l h1 -u root -k
Running Ansible playbooks:
/usr/local/lib/python3.8/site-packages/debops/ansible/playbooks/site.yml
ERROR! the playbook: boostrap could not be found

On a mac with brew installed ansible, debops via pip. Any ideas?

akarasulu commented 4 years ago

Incidentally, I checked for the presence of the bootstrap.yml and its present under /usr/local/lib/python3.8/site-packages/debops/ansible/playbooks/bootstrap.yml. Maybe this is a brew ansible / pip debops thing but I don't have this problem otherwise.

Also the example simpletest.yml runs without issue. Just cannot perform normal debops runs with this setup.

Thanks in advance for your help.

nqb commented 4 years ago

bootstrap in place of boostrap ? (with a t)

akarasulu commented 4 years ago

You know I feel like an idiot ... so sorry about bothering you. Thank you.

nqb commented 4 years ago

You're welcome ;-)