mirror of
https://github.com/networktocode/awesome-network-automation.git
synced 2024-10-01 01:26:13 -04:00
conferences, structured data, and misc.
This commit is contained in:
parent
ae739e0044
commit
9b94ed7674
11
README.md
11
README.md
@ -24,8 +24,10 @@ A curated list of awesome about Network Automation
|
|||||||
# Community
|
# Community
|
||||||
|
|
||||||
- [Ansible Google Groups](https://groups.google.com/forum/#!forum/ansible-project) - Welcome to Ansible's mailing list / forum!
|
- [Ansible Google Groups](https://groups.google.com/forum/#!forum/ansible-project) - Welcome to Ansible's mailing list / forum!
|
||||||
|
- [Chef Community](https://www.chef.io/community/) - The complete offical list of Chef Community resources
|
||||||
- [IRC Ansible](http://docs.ansible.com/ansible/community.html#irc-channel) - Ansible IRC Channels
|
- [IRC Ansible](http://docs.ansible.com/ansible/community.html#irc-channel) - Ansible IRC Channels
|
||||||
- [Network to Code Slack](http://slack.networktocode.com) - NTC Slack is the home/pseudo-home to many popular repo's (NAPALM/netmiko/netbox/nsot) and over 3000 members around Network Automation.
|
- [Network to Code Slack](http://slack.networktocode.com) - NTC Slack is the home/pseudo-home to many popular repo's (NAPALM/netmiko/netbox/nsot) and over 3000 members around Network Automation.
|
||||||
|
- [Puppet Community](https://puppet.com/community) - The complete offical list of Puppet Community resources
|
||||||
- [Salt Formulas](https://groups.google.com/forum/#!forum/salt-formulas) - The SaltStack formulas working group.
|
- [Salt Formulas](https://groups.google.com/forum/#!forum/salt-formulas) - The SaltStack formulas working group.
|
||||||
- [Salt Networks](https://groups.google.com/forum/#!forum/salt-networks) - The goal of this group is to have a central place to communicate goals about network device automation with SaltStack.
|
- [Salt Networks](https://groups.google.com/forum/#!forum/salt-networks) - The goal of this group is to have a central place to communicate goals about network device automation with SaltStack.
|
||||||
- [Salt Users](https://groups.google.com/forum/#!forum/salt-users) - The official forum of the Salt community.
|
- [Salt Users](https://groups.google.com/forum/#!forum/salt-users) - The official forum of the Salt community.
|
||||||
@ -35,9 +37,11 @@ A curated list of awesome about Network Automation
|
|||||||
- [AWS Reinvent](https://reinvent.awsevents.com/) - AWS re:Invent Central is designed to facilitate connections between sponsors and attendees.
|
- [AWS Reinvent](https://reinvent.awsevents.com/) - AWS re:Invent Central is designed to facilitate connections between sponsors and attendees.
|
||||||
- [Ansible Fest](https://www.ansible.com/ansiblefest) - AnsibleFest is a day-long conference bringing together Ansible users, developers and industry partners to share best practices, case studies and Ansible news.
|
- [Ansible Fest](https://www.ansible.com/ansiblefest) - AnsibleFest is a day-long conference bringing together Ansible users, developers and industry partners to share best practices, case studies and Ansible news.
|
||||||
- [Ansible NYC Meetup](https://www.meetup.com/Ansible-NYC/) - Local NYC Ansible user meetup
|
- [Ansible NYC Meetup](https://www.meetup.com/Ansible-NYC/) - Local NYC Ansible user meetup
|
||||||
|
- [Chef Summits](https://www.chef.io/summits/) - Chef community summit schedule
|
||||||
- [London Network Automation Meetup](https://www.meetup.com/London-Network-Automation-Meetup/) - A community of network engineers, who have interest in the new buzz of network automation.
|
- [London Network Automation Meetup](https://www.meetup.com/London-Network-Automation-Meetup/) - A community of network engineers, who have interest in the new buzz of network automation.
|
||||||
- [NANOG](https://www.nanog.org) - North American Network Operators' Group with fair share of automation presentations/discussions
|
- [NANOG](https://www.nanog.org) - North American Network Operators' Group with fair share of automation presentations/discussions
|
||||||
- [Network to Coders Meetup](https://www.meetup.com/Network-to-Coders/) - Maybe this can pressure NTC to finally setup an event for the 140+ NTC meetup members
|
- [Network to Coders Meetup](https://www.meetup.com/Network-to-Coders/) - Maybe this can pressure NTC to finally setup an event for the 140+ NTC meetup members
|
||||||
|
- [puppetconf](https://puppet.com/puppetconf) - A 3 day event including community discussions, presentations, and training
|
||||||
- [SaltStack NYC Meetup](https://www.meetup.com/SaltStack-NYC/) - Local NYC SatlStack user meetup
|
- [SaltStack NYC Meetup](https://www.meetup.com/SaltStack-NYC/) - Local NYC SatlStack user meetup
|
||||||
- [Tech Field Day](http://techfieldday.com/) - Field Day events bring together innovative IT product vendors and independent thought leaders to share information and opinions in a presentation and discussion format.
|
- [Tech Field Day](http://techfieldday.com/) - Field Day events bring together innovative IT product vendors and independent thought leaders to share information and opinions in a presentation and discussion format.
|
||||||
- [SaltConf](http://saltconf.com/) - A 4 days event including two days of SaltStack customer case studies and SaltStack technical deep dives.
|
- [SaltConf](http://saltconf.com/) - A 4 days event including two days of SaltStack customer case studies and SaltStack technical deep dives.
|
||||||
@ -94,7 +98,7 @@ A curated list of awesome about Network Automation
|
|||||||
|
|
||||||
### JSON
|
### JSON
|
||||||
|
|
||||||
- Getting Started and Basics
|
- [Getting Started and Basics](https://www.codecademy.com/courses/javascript-beginner-en-xTAfX/0/1) - placeholder for now
|
||||||
- Examples
|
- Examples
|
||||||
- Advanced and Tools
|
- Advanced and Tools
|
||||||
|
|
||||||
@ -106,6 +110,7 @@ A curated list of awesome about Network Automation
|
|||||||
|
|
||||||
### YANG
|
### YANG
|
||||||
|
|
||||||
|
- [Intro](https://tools.ietf.org/html/rfc6020) - ietf placeholder
|
||||||
- Getting Started and Basics
|
- Getting Started and Basics
|
||||||
- Examples
|
- Examples
|
||||||
- Advanced and Tools
|
- Advanced and Tools
|
||||||
@ -133,12 +138,14 @@ A curated list of awesome about Network Automation
|
|||||||
## Python
|
## Python
|
||||||
|
|
||||||
- Getting Started and Basics
|
- Getting Started and Basics
|
||||||
|
- [Learn Python the Hardway](https://learnpythonthehardway.org)
|
||||||
|
- [Python at CodeAcademy](https://www.codecademy.com/learn/learn-python)
|
||||||
- Examples
|
- Examples
|
||||||
- Advanced and Tools
|
- Advanced and Tools
|
||||||
|
|
||||||
## Go
|
## Go
|
||||||
|
|
||||||
- Getting Started and Basics
|
- [Getting Started and Basics](https://tour.golang.org/welcome)
|
||||||
- Examples
|
- Examples
|
||||||
- Advanced and Tools
|
- Advanced and Tools
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user