OpenNebula / one-deploy

Apache License 2.0
23 stars 10 forks source link

the playbook: opennebula.deploy.main could not be found #68

Closed figueirav closed 2 weeks ago

figueirav commented 2 months ago

When I run the command ansible-playbook -i inventory/example.yml opennebula.deploy.main

I keep getting the error

ansible-playbook -i inventory/example.yml opennebula.deploy.main

Can anyone help me?

sk4zuzu commented 2 months ago

Hi @figueirav

I believe ansible-playbook -i inventory/example.yml opennebula.deploy.main is not an error message, it's just a command.

  1. What kind of OS do you use inside the ansible controller machine?
  2. How did you install ansible-playbook?
  3. What is the version reported by ansible-playbook?
  4. How did you clone one-deploy repo, directly or via ansible-galaxy?
  5. Did you modify inventory/example.yml? Does it match your infrastructure?