keylime / keylime-docs

Keylime Documentary Repository
https://keylime-docs.readthedocs.io/en/latest/
Apache License 2.0
3 stars 16 forks source link

playbook installation instructions broken as written #39

Closed atothRedHat closed 4 years ago

atothRedHat commented 5 years ago

While trying to deploy keylime from my laptop onto a remote node, using the installation instructions as written, the following error appear: "user@localhost ansible-keylime-master]$ ansible-playbook -i 10.1.4.3 ./playbook.yml [WARNING]: Unable to parse /home/user/Keylime/ansible-keylime-master/10.1.4.3 as an inventory source

[WARNING]: No inventory was parsed, only implicit localhost is available

[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'

ERROR! the role 'fubarhouse.rust' was not found in /home/user/Keylime/ansible-keylime-master/roles:/home/user/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/user/Keylime/ansible-keylime-master

The error appears to be in '/home/user/Keylime/ansible-keylime-master/playbook.yml': line 10, column 7, but may be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

roles:

expecting the playbook to just run error free base on the instructions content.

issue-label-bot[bot] commented 5 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.95. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

atothRedHat commented 5 years ago

This may just be a coding bug in the play book but opening this issue to track it if there is more info needed in the instructions as well.

atothRedHat commented 5 years ago

instructions need to add the sourcing\installation of the fubarhouse.rust ansible galaxy role before running the playbook. this is accomplished by running "ansible-galaxy install -r requirements.yml" on the requirements.yml file included in this repo

lukehinds commented 4 years ago

close this one now, as we removed the fubarhouse role