Skip to content

furlongm/standalone-configuration-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

452 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

This project aims to give some basic examples of how to use each of chef, puppet, salt and ansible as standalone configuration management systems.

Usage

Puppet

curl -O https://raw.githubusercontent.com/furlongm/standalone-configuration-management/main/puppet/standalone-puppet.sh
sudo -E bash -x standalone-puppet.sh -e [email protected]

Salt

curl -O https://raw.githubusercontent.com/furlongm/standalone-configuration-management/main/saltstack/standalone-salt.sh
sudo -E bash -x standalone-salt.sh -e [email protected]

Chef

curl -O https://raw.githubusercontent.com/furlongm/standalone-configuration-management/main/chef/standalone-chef.sh
sudo -E bash -x standalone-chef.sh -e [email protected]

Ansible

curl -O https://raw.githubusercontent.com/furlongm/standalone-configuration-management/main/ansible/standalone-ansible.sh
sudo -E bash -x standalone-ansible.sh -e [email protected]

About

Basic examples of how to use each of chef, puppet, salt and ansible as standalone configuration management systems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors