Giter VIP home page Giter VIP logo

juniper / ansible Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ansible/ansible

7.0 7.0 3.0 19.16 MB

Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automate in a language that approaches plain English, using SSH, with no agents to install on remote systems.

Home Page: http://ansible.com/

License: GNU General Public License v3.0

ansible's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ansible's Issues

Getting Error :with newer ansible module ansible-playbook 2.3.2.0

Getting below error while executing ansible playbook in latest ansible module 2.3.2.0
root@ubuntu:/home/ashish# ansible-playbook test.yaml --extra-vars "user=regress passwd=MaRtInI"

PLAY [Gather user information] *****************************************************************************************************************************************

TASK [Gather user information] *****************************************************************************************************************************************
fatal: [10.102.186.24]: FAILED! => {"changed": false, "failed": true, "msg": "unable to open shell. Please see: https://docs.ansible.com/ansible/network_debug_troubleshooting.html#unable-to-open-shell", "rc": 255}
to retry, use: --limit @/home/ashish/test.retry

PLAY RECAP *************************************************************************************************************************************************************
10.102.186.24 : ok=0 changed=0 unreachable=0 failed=1

ansible playbook :


  • name: Gather user information
    hosts: all
    connection: local
    gather_facts: no
    vars:
    credentials:
    username: "{{ user }}"
    password: "{{ passwd }}"
    host: "{{ inventory_hostname }}"
    port: 22
    tasks:
    • name: Gather user information
      junos_command:
      commands:
      - show system users
      provider: "{{ credentials }}"
      register: result

    • debug: var=result.stdout

Junos Ansible Modules moved.

Hi Everyone,

We have formally submitted our modules for inclusion into Ansible Core.

As part of that process we have consolidated the code and moved it into a fork of the Ansible project.
https://github.com/Juniper/ansible

You can find the code in library/net_infrastructure
https://github.com/Juniper/ansible/tree/juniper-pr/library/net_infrastructure

Official inclusion will be an iterative process, so it may be some time before our pull request is merged.

Thank you everyone for supporting this effort!

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.