https://github.com/coi-gov-pl/puppeter
[WIP] Puppeter - an automatic puppet installer
https://github.com/coi-gov-pl/puppeter
devops puppet unattended-installation
Last synced: 21 days ago
JSON representation
[WIP] Puppeter - an automatic puppet installer
- Host: GitHub
- URL: https://github.com/coi-gov-pl/puppeter
- Owner: coi-gov-pl
- License: other
- Created: 2017-06-13T16:12:09.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-06-11T15:14:03.000Z (almost 7 years ago)
- Last Synced: 2025-03-29T13:52:15.905Z (about 1 month ago)
- Topics: devops, puppet, unattended-installation
- Language: Python
- Homepage:
- Size: 237 KB
- Stars: 5
- Watchers: 6
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Puppeter - an automatic puppet installer
========================================**Work In Progress!**
.. image:: https://travis-ci.org/coi-gov-pl/puppeter.svg?branch=develop
:target: https://travis-ci.org/coi-gov-pl/puppeter
.. image:: https://circleci.com/gh/coi-gov-pl/puppeter.svg?style=svg
:target: https://circleci.com/gh/coi-gov-pl/puppeter
.. image:: https://coveralls.io/repos/github/coi-gov-pl/puppeter/badge.svg?branch=feature%2Finstall-puppet-agent
:target: https://coveralls.io/github/coi-gov-pl/puppeter?branch=feature%2Finstall-puppet-agent
.. image:: https://img.shields.io/pypi/v/puppeter.svg
:target: https://pypi.python.org/pypi/puppeterA commandline tool to ease the installation of typical puppetserver - agent installation. It uses a interactive mode and batch mode as well. Batch mode utilizes a answer files for full automatic operation.
Installation
------------To install Puppeter simple use PIP:
.. code-block:: bash
pip install puppeter
If you like to install puppeter on clean operating system with automatic installer execute:
.. code-block:: bash
curl https://raw.githubusercontent.com/coi-gov-pl/puppeter/master/setup.sh | bash
It will install PIP and compatibile Python (2.7+)
The installer script is supported for:
* Debian 8
* Debian 9
* Ubuntu 14.04
* Ubuntu 16.04
* CentOS 6
* CentOS 7
* OracleLinux 6
* OracleLinux 7**TODO: Write more later**