Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T03:23:11.000Z (2 months ago)
- Last Synced: 2024-10-12T10:43:22.982Z (about 1 month ago)
- Topics: ansible, chef, config-management, configuration-management, examples, puppet, salt
- Language: Shell
- Homepage:
- Size: 331 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
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/master/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/master/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/master/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/master/ansible/standalone-ansible.sh
sudo -E bash -x standalone-ansible.sh -e [email protected]
```