one-deploy
one-deploy copied to clipboard
the playbook: opennebula.deploy.main could not be found
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?
Hi @figueirav
I believe ansible-playbook -i inventory/example.yml opennebula.deploy.main is not an error message, it's just a command.
- What kind of OS do you use inside the ansible controller machine?
- How did you install ansible-playbook?
- What is the version reported by ansible-playbook?
- How did you clone one-deploy repo, directly or via ansible-galaxy?
- Did you modify
inventory/example.yml? Does it match your infrastructure?