GithubHelp home page GithubHelp logo

Comments (4)

apenella avatar apenella commented on May 29, 2024 1

Hi @SimplyTrying
Thanks for raising that. Since I would like that go-ansible could execute ansible commands in the same way you do in your command line, I am going to allow you to add multiple private keys.
Thank you!

from go-ansible.

apenella avatar apenella commented on May 29, 2024

Hi @SimplyTrying
Allowing to define multiple private keys will be a breaking change because it needs to change the PrivateKeythe attribute type. in the AnsibleConnectionOptions.

For that reason, I will add it to version 2.0.0, where I plan to introduce other breaking changes.
I am about to start working on 1.2.0 where I want to release a few small features, and as soon as I release them I going to start working on 2.0.0.

from go-ansible.

apenella avatar apenella commented on May 29, 2024

Hi @SimplyTrying!
I started to review your request, and I may be mistaken, but when I provided multiple SSH keys using multiple --private-key arguments, it seems that Ansible attempted to use the last key you set, even when the key does not exist.

Using the ~/.ssh/id_rsa when I provided multiple private key files:

$ ansible-playbook -i inventory/development/development.ini site.yml --tags base --private-key /tmp/aaa  --private-key ~/.ssh/id_rsa -vvvv | grep private_key_file
private_key_file: /home/aleix/.ssh/id_rsa

Setting and unexisting key file:

$ ansible-playbook -i inventory/development/development.ini site.yml --tags base --private-key ~/.ssh/id_rsa --private-key /tmp/aaa  -vvvv | grep private_key_file
private_key_file: /tmp/aaa

I also reviewed the documentation, and I couldn't find anywhere describing what the expected behaviour should be in that case. Would you mind lending me a hand to figure it out?

Thanks!

from go-ansible.

apenella avatar apenella commented on May 29, 2024

Hi @SimplyTrying !
Did you have the chance to take a look at this?

from go-ansible.

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.