https://github.com/furlongm/standalone-configuration-management
Basic examples of how to use each of chef, puppet, salt and ansible as standalone configuration management systems.
https://github.com/furlongm/standalone-configuration-management
ansible chef config-management configuration-management examples puppet salt
Last synced: 8 months ago
JSON representation
Basic examples of how to use each of chef, puppet, salt and ansible as standalone configuration management systems.
- Host: GitHub
- URL: https://github.com/furlongm/standalone-configuration-management
- Owner: furlongm
- License: gpl-2.0
- Created: 2013-09-20T06:45:27.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-08-15T20:03:13.000Z (10 months ago)
- Last Synced: 2025-08-15T21:44:35.634Z (10 months ago)
- Topics: ansible, chef, config-management, configuration-management, examples, puppet, salt
- Language: Shell
- Homepage:
- Size: 352 KB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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 furlongm@gmail.com
```
### Salt
```
curl -O https://raw.githubusercontent.com/furlongm/standalone-configuration-management/main/saltstack/standalone-salt.sh
sudo -E bash -x standalone-salt.sh -e furlongm@gmail.com
```
### Chef
```
curl -O https://raw.githubusercontent.com/furlongm/standalone-configuration-management/main/chef/standalone-chef.sh
sudo -E bash -x standalone-chef.sh -e furlongm@gmail.com
```
### Ansible
```
curl -O https://raw.githubusercontent.com/furlongm/standalone-configuration-management/main/ansible/standalone-ansible.sh
sudo -E bash -x standalone-ansible.sh -e furlongm@gmail.com
```