Infrastructure as code: Difference between revisions

Content deleted Content added
mNo edit summary
Tags: Visual edit Mobile edit Mobile web edit
GreenC bot (talk | contribs)
Rescued 1 archive link; Move 2 urls. Wayback Medic 2.5 per WP:URLREQ#Network World
Line 56:
 
==Methods==
There are two methods of IaC: [[push technology|push]] and [[pull technology|pull]]. The main difference is the manner in which the servers are told how to be configured. In the pull method, the server to be configured will pull its configuration from the controlling server. In the push method, the controlling server pushes the configuration to the destination system.<ref>{{cite web | url=http://www.networkworld.com/article/2172097/virtualization/puppet-vs--chef-vs--ansible-vs--salt.html | title=Puppet vs. Chef vs. Ansible vs. Salt | last=Venezia | first=Paul | date=21 November 2013 | website=networkworld.com[[Network World]] | publisher=Network World | access-date=14 December 2015 | archive-date=18 July 2018 | archive-url=https://web.archive.org/web/20180718030604/https://www.networkworld.com/article/2172097/virtualization/puppet-vs--chef-vs--ansible-vs--salt.html | url-status=dead }}</ref>
 
==Tools==