2017 © Pedro Peláez
 

library remote-block

Remote Execution Block for Bldr

image

bldr-io/remote-block

Remote Execution Block for Bldr

  • Monday, October 13, 2014
  • by aequasi
  • Repository
  • 1 Watchers
  • 2 Stars
  • 2,138 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 8 Versions
  • 3 % Grown

The README.md

remote-block

Remote Execution with bldr, (*1)

To use

First, add the following to your bldr.json in the require section:, (*2)

{
    // ...
    "require": {
        // ...
        "bldr-io/remote-block": "~1.0.0"
    }
}

Then, configure your hosts in your .bldr.yml(.dist) file:, (*3)

remote:
    someHost:
        hostname: example.org
        port:     2222
        username: testUser
        password: testPass
    vagrantHost:
        hostname: 192.168.56.101
        username: vagrant
        rsa_key:  puphpet/files/dot/ssh/insecure_private_key
    rsaWithPass:
        hostname: example.org
        username: someUser
        password: somePass
        rsa_key: /home/someUser/.ssh/id_rsa

bldr:
    tasks:
        someTask:
            calls:
                -
                    type: exec
                    remote: vagrantHost
                    executable: ls
                    arguments: [-lha, /var/www]

Right now, you wont get output, unless you run bldr with -vvv. If people want this to change, I'd be happy to add it in., (*4)

The Versions

13/10 2014

dev-master

9999999-dev

Remote Execution Block for Bldr

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauricio Walters

13/10 2014

2.0.5

2.0.5.0

Remote Execution Block for Bldr

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauricio Walters

13/10 2014

2.0.4

2.0.4.0

Remote Execution Block for Bldr

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauricio Walters

13/10 2014

2.0.3

2.0.3.0

Remote Execution Block for Bldr

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauricio Walters

13/10 2014

2.0.2

2.0.2.0

Remote Execution Block for Bldr

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauricio Walters

13/10 2014

2.0.1

2.0.1.0

Remote Execution Block for Bldr

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauricio Walters

12/10 2014

2.0.0

2.0.0.0

Remote Execution Block for Bldr

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauricio Walters

20/07 2014

1.0.0

1.0.0.0

Remote Execution Block for Bldr

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauricio Walters