Code Monkey home page Code Monkey logo

Comments (7)

drybjed avatar drybjed commented on July 24, 2024

@0vermind How did you install Ansible? It looks like you don't have Ansible modules installed.

from debops-tools.

0vermind avatar 0vermind commented on July 24, 2024

I installed it via apt and I'm sure plugins are there because I can use words like apt: or user: which are core modules.

from debops-tools.

drybjed avatar drybjed commented on July 24, 2024

@0vermind In that case set_fact should also work because it's a core module... Did you install current stable Ansible (1.9) ?

from debops-tools.

0vermind avatar 0vermind commented on July 24, 2024

you where right but I don-t understand what is happening:
the playbooks in /debops is empty!

ansible 1.5.4

I was hoping to have a newer version.

Thanks for the hints. I am Upgrading right now.

from debops-tools.

drybjed avatar drybjed commented on July 24, 2024

After you install debops through pip, you need to run debops-update to download all the roles and playbooks from GitHub.

from debops-tools.

0vermind avatar 0vermind commented on July 24, 2024

Shame on me, I was too distracted then I was following the guide. I managed to run debops flawlessly after the ugrade.
I still have a bit of problems accessing a server using my ssh key but I digging into that. Using ssh from command line works,

sss [server] -i /path/to/key

but not from ansible or debops.
Thanks a lot for the fast help, wow, insane.

from debops-tools.

drybjed avatar drybjed commented on July 24, 2024

@0vermind Ansible / DebOps uses your ssh settings to access the remote hosts. If you use a different key than ~/.ssh/id_rsa, then you need to point to that key in the Ansible inventory, using ansible_ssh_authorized_key parameter, IIRC. Or you could set it up in ~/.ssh/config as well, just remember to use ssh connection plugin in Ansible instead of paramiko.

from debops-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.