Infrastructure as code: Difference between revisions

Content deleted Content added
m I made the article more neutral, simplified technical terms, and added explanations for broader accessibility.
m There is a slight punctuation correction.
Line 56:
 
==Methods==
Infrastructure as Code (IaC) allows you to manage servers and their configurations using code. There are two ways to send these configurations to servers: the '[[push technology|push]]' and '[[pull technology|pull]]' methods. In the 'push' method, the system controlling the configuration directly sends instructions to the server. In the 'pull' method, the server retrieves its own instructions from the controlling system..<ref>{{cite web |last=Venezia |first=Paul |date=21 November 2013 |title=Puppet vs. Chef vs. Ansible vs. Salt |url=http://www.networkworld.com/article/2172097/virtualization/puppet-vs--chef-vs--ansible-vs--salt.html |url-status=dead |archive-url=https://web.archive.org/web/20180718030604/https://www.networkworld.com/article/2172097/virtualization/puppet-vs--chef-vs--ansible-vs--salt.html |archive-date=18 July 2018 |access-date=14 December 2015 |website=[[Network World]] |publisher=Network World}}</ref>
 
==Tools==