Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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]
```