ansible / ansible-modules-core

Ansible modules - these modules ship with ansible
1.3k stars 1.95k forks source link

pushing jinja2 configurations on to network devices #5905

Closed meadows123 closed 7 years ago

meadows123 commented 7 years ago

this is my main playbook i can successfully create the file in the "ospf" directory.

now all i need to do is push the configurations to a network device? spine.j2 file.............................. ! version 12.2 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! configure terminal ! hostname {{ item.hostname }} ! interface fastethernet0/12 {{ item.switchport }} !

please help i am new to Ansible

ansibot commented 7 years ago

This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible

Please read through the repomerge page in the dev guide.