Merge pull request #6 from pigmej/add_password_to_nodes
Add passwords to nodes template
This commit is contained in:
commit
0d172d70c7
@ -7,11 +7,13 @@ resources:
|
|||||||
input:
|
input:
|
||||||
ssh_user: 'vagrant'
|
ssh_user: 'vagrant'
|
||||||
ssh_key: '/vagrant/.vagrant/machines/solar-dev#{j}#/virtualbox/private_key'
|
ssh_key: '/vagrant/.vagrant/machines/solar-dev#{j}#/virtualbox/private_key'
|
||||||
|
ssh_password: null
|
||||||
- id: rsync#{j}#
|
- id: rsync#{j}#
|
||||||
from: resources/transport_rsync
|
from: resources/transport_rsync
|
||||||
input:
|
input:
|
||||||
user: vagrant
|
user: vagrant
|
||||||
key: /vagrant/.vagrant/machines/solar-dev#{j}#/virtualbox/private_key
|
key: /vagrant/.vagrant/machines/solar-dev#{j}#/virtualbox/private_key
|
||||||
|
password: null
|
||||||
- id: transports#{j}#
|
- id: transports#{j}#
|
||||||
from: resources/transports
|
from: resources/transports
|
||||||
input:
|
input:
|
||||||
@ -20,10 +22,12 @@ resources:
|
|||||||
user: ssh_transport#{j}#::ssh_user
|
user: ssh_transport#{j}#::ssh_user
|
||||||
port: ssh_transport#{j}#::ssh_port
|
port: ssh_transport#{j}#::ssh_port
|
||||||
name: ssh_transport#{j}#::name
|
name: ssh_transport#{j}#::name
|
||||||
|
password: ssh_transport#{j}#::ssh_password
|
||||||
- key: rsync#{j}#::key
|
- key: rsync#{j}#::key
|
||||||
name: rsync#{j}#::name
|
name: rsync#{j}#::name
|
||||||
user: rsync#{j}#::user
|
user: rsync#{j}#::user
|
||||||
port: rsync#{j}#::port
|
port: rsync#{j}#::port
|
||||||
|
password: rsync#{j}#::password
|
||||||
- id: node#{j}#
|
- id: node#{j}#
|
||||||
from: resources/ro_node
|
from: resources/ro_node
|
||||||
input:
|
input:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user