All Projects → furlongm → standalone-configuration-management

furlongm / standalone-configuration-management

Licence: GPL-2.0 license
Basic examples of how to use each of chef, puppet, salt and ansible as standalone configuration management systems.

Programming Languages

shell
77523 projects
SaltStack
118 projects
Puppet
460 projects
ruby
36898 projects - #4 most used programming language
Jinja
831 projects
HTML
75241 projects

Projects that are alternatives of or similar to standalone-configuration-management

Config Rs
⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
Stars: ✭ 915 (+6435.71%)
Mutual labels:  config-management, configuration-management
puppet-augeasproviders
Alternative Augeas-based providers for Puppet
Stars: ✭ 64 (+357.14%)
Mutual labels:  puppet, configuration-management
Apollo.net
Apollo配置中心.Net客户端
Stars: ✭ 165 (+1078.57%)
Mutual labels:  config-management, configuration-management
apollo
Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
Stars: ✭ 26,228 (+187242.86%)
Mutual labels:  config-management, configuration-management
masterclass-codeexamples
Code examples used in Get into DevOps: The Masterclass
Stars: ✭ 35 (+150%)
Mutual labels:  puppet, chef
Ini Parser
Read/Write an INI file the easy way!
Stars: ✭ 643 (+4492.86%)
Mutual labels:  config-management, configuration-management
terraform examples
Terraform AWS Windows examples
Stars: ✭ 78 (+457.14%)
Mutual labels:  examples, chef
COVID19-FeedbackApplication
A simple application is developed to get feedback from a user and analyzing the text to predict the sentiment.
Stars: ✭ 13 (-7.14%)
Mutual labels:  chef, configuration-management
Foreman
an application that automates the lifecycle of servers
Stars: ✭ 2,102 (+14914.29%)
Mutual labels:  puppet, config-management
Pytest Testinfra
With Testinfra you can write unit tests in Python to test actual state of your servers configured by management tools like Salt, Ansible, Puppet, Chef and so on.
Stars: ✭ 1,987 (+14092.86%)
Mutual labels:  puppet, chef
apollo.net
Apollo配置中心.Net客户端
Stars: ✭ 449 (+3107.14%)
Mutual labels:  config-management, configuration-management
jcliff
Manage JBossAS 7/EAP6/Wildfly with modular configuration files from command line, puppet, ansible, chef, etc.
Stars: ✭ 42 (+200%)
Mutual labels:  puppet, configuration-management
Chef Plugin
This is jenkins plugin to run chef-client on remote host
Stars: ✭ 38 (+171.43%)
Mutual labels:  chef, configuration-management
Apollo
Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
Stars: ✭ 26,052 (+185985.71%)
Mutual labels:  config-management, configuration-management
Ohai
Ohai profiles your system and emits JSON
Stars: ✭ 641 (+4478.57%)
Mutual labels:  chef, configuration-management
Mgmt
Next generation distributed, event-driven, parallel config management!
Stars: ✭ 2,708 (+19242.86%)
Mutual labels:  config-management, configuration-management
saltstack-cheatsheet
🧂 SaltStack Cheat Sheet Plus
Stars: ✭ 31 (+121.43%)
Mutual labels:  salt, configuration-management
challenges-chef
📖 Challenges Your Chef Skills By Solving Real Questions.
Stars: ✭ 27 (+92.86%)
Mutual labels:  chef, configuration-management
Serverfarmer
Manage multiple servers with different operating systems, configurations, requirements etc. for many separate customers in an outsourcing model.
Stars: ✭ 122 (+771.43%)
Mutual labels:  puppet, chef
vyper
Python configuration with (more) fangs
Stars: ✭ 121 (+764.29%)
Mutual labels:  config-management, configuration-management

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]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].