Search results

  1. B

    Ansible linuxclients -m ping (problem with target machine LinuxMint)

    You´ve right I did not see this link in your post, now I see that there is actually a link - the blue color. I apologize for not seeing that it was a link.
  2. B

    Ansible linuxclients -m ping (problem with target machine LinuxMint)

    I´ve chosed do go with option1: From Rocky To LInuxMint: [root@rocky /]# ssh-copy-id [email protected] /usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/root/.ssh/id_rsa.pub" /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already...
  3. B

    Ansible linuxclients -m ping (problem with target machine LinuxMint)

    I dont have any problem to run ssh rocky@targetIpaddress. The problem is when I´m execute: ansible linuxclients -m ping I´ve already copy SSH license file right from the start. Copy once again to target LinuxMint and Redhat maybe doing something corrupt? But I realize at the same time I is...
  4. B

    Ansible linuxclients -m ping (problem with target machine LinuxMint)

    I have DNS servers configured, so that' explain the host-name
  5. B

    Ansible linuxclients -m ping (problem with target machine LinuxMint)

    I´ve wonder if this is the problem: It looks like I dont have a public key on my LinuxMint machine. I´remember that I did the copy the ssh key from Rocky to LinuxMint one more time (2 times) and also typed a passphrase, which I would not been done So, now i dont really know what to do - please...
  6. B

    Ansible linuxclients -m ping (problem with target machine LinuxMint)

    I´ve force Ansible to ask for the user password, run the ansible command with the –ask-pass argument, as follows: ansible linuxclients -u rocky --ask-pass -m ping and it´worked, but still the DNS error remains the same:: ansible linuxclients -u rocky --ask-pass -m ping } RedHat | UNREACHABLE...
  7. B

    Ansible linuxclients -m ping (problem with target machine LinuxMint)

    Now user rocky is on all the target machines: Rocky - hosts: [linuxclients] 123.458.78.910 123.458.78.911 Rebooted every machine ansible linuxclients -m ping LinuxMint | UNREACHABLE! => { "changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve...
  8. B

    Ansible linuxclients -m ping (problem with target machine LinuxMint)

    Ok, I deleted machine names and only kept ip-adresses: Host-file: [linuxclients] 123.458.78.910 123.458.78.911 I´m afraid it only got worse: ansible linuxclients -m ping 123.458.78.910 | UNREACHABLE! => { "changed": false, "msg": "Failed to connect to the host via ssh...
  9. B

    Ansible linuxclients -m ping (problem with target machine LinuxMint)

    I´ve installed everything by the book to start with Ansible, but when I´m trying to test ansible connection with command: ansible linuxclients -m ping The target machine LinuxMint machine is unreachable Labb Rocky 8.5 - Controller LinuxMint 20.3 - Target RedHat 8 -Target Host-file on Rocky...
  10. B

    Cant SSH from Rocky OS -->LinuxMint. It works only vice verca

    The upgrade did the work! Thanks :)
  11. B

    Cant SSH from Rocky OS -->LinuxMint. It works only vice verca

    Rocky: Rocky Linux 8.5 (Green Obsidian)" LinuxMint: VERSION="20.2 (Uma)" LinuxMint version it´s the only parameter that differs?
  12. B

    Cant SSH from Rocky OS -->LinuxMint. It works only vice verca

    "LinuxMint 5.4.0-74-generic #83-Ubuntu SMP Sat May 8 02:35:39 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux"
  13. B

    Cant SSH from Rocky OS -->LinuxMint. It works only vice verca

    PermitRootLogin yes # the setting of "PermitRootLogin without-password"
  14. B

    Cant SSH from Rocky OS -->LinuxMint. It works only vice verca

    Everything is by default, except for this: HostKey /etc/ssh/ssh_host_rsa_key #HostKey /etc/ssh/ssh_host_ecdsa_key #HostKey /etc/ssh/ssh_host_ed25519_key # Ciphers and keying #RekeyLimit default none # Logging #SyslogFacility AUTH #LogLevel INFO # Authentication: #LoginGraceTime 2m...
  15. B

    Cant SSH from Rocky OS -->LinuxMint. It works only vice verca

    I get around the problem with creating another user account than root. The problem is, this user account must have the same permssions as root.
  16. B

    Cant SSH from Rocky OS -->LinuxMint. It works only vice verca

    I´m sorry to say but I still get: Permission denied, please try again Rebooted LinuxMint machine, but still: Permission denied, please try again
  17. B

    Cant SSH from Rocky OS -->LinuxMint. It works only vice verca

    Master machine: Rocky 8.5 Targets: LinuxMint and RedHat machines SSL certificarte Created Linux SSL Key from Rocky machine and copied over to targets Has also tested to transfer files from Rocky machine to LinuxMint Machine, no problem But now I cant connect to LinuxMint (123.456.78.911)...
  18. B

    What Linux distribution is best suited for Ansible AWX?

    I´ve got 3 options to work with as controller: -LinuxMint -Rocky -Redhat I like Ubuntu based distributions and if it possible I prefer go with LlinuxMint (Probably not best suited for Ansible AWX, but I wanna know for sure) Really appreciate your answer and experience
  19. B

    Join Linux client to domain

    One these steps to Join Linux client to domain (Window) is to Add DNS servers to: /etc/resolve.conf But there are no values in the resolve.conf file. It´s completly empty. Previously I added the DNS servers under ip4 settings in LinuxMint regular GUI. My question: -How do I know if everything...
Top