2017 © Pedro Peláez
 

project cloudtool

generate cloud-config.yml and other config files on the fly

image

cloud/cloudtool

generate cloud-config.yml and other config files on the fly

  • Wednesday, May 30, 2018
  • by dermatthes
  • Repository
  • 1 Watchers
  • 0 Stars
  • 144 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

cloudtool

PHP Library to generate config files., (*1)

Install

sudo composer global require cloud/cloudtool

Configuration Management

Create configuration files from templates on the fly., (*2)

cloudtool will search for *.ctt- files (cloud-tool-template) and interpret them., (*3)

{template target="/etc/apache/sites-enabled/001_vhost.conf" owner="root" group="root" mode="0755"}
{template onupdate="service apache2 restart"}
{env name="CLOUD_CONFIG_URL" > configUrl}

{fetch url=configUrl enc="JSON" > config}


{for host in config.hosts}
    <VirtualHost *:80>
        ServerName {= host.name}
        DocumentRoot {= host.docRoot}
    </VirtualHost>
{/for}

The Versions

30/05 2018

dev-master

9999999-dev https://getgismo.com

generate cloud-config.yml and other config files on the fly

  Sources   Download

MIT

The Requires

 

template cloud

30/05 2018

v1.1.1

1.1.1.0 https://getgismo.com

generate cloud-config.yml and other config files on the fly

  Sources   Download

MIT

The Requires

 

template cloud

30/05 2018

v1.1.0

1.1.0.0 https://getgismo.com

generate cloud-config.yml and other config files on the fly

  Sources   Download

MIT

The Requires

 

template cloud

30/05 2018

v1.0.1

1.0.1.0 https://getgismo.com

generate cloud-config.yml and other config files on the fly

  Sources   Download

MIT

The Requires

 

template cloud

20/10 2016

1.0.0

1.0.0.0 https://getgismo.com

generate cloud-config.yml and other config files on the fly

  Sources   Download

MIT

The Requires

 

template cloud