add evm-tools playbook, inventory and config
This commit is contained in:
parent
49407d1938
commit
3d892c7696
12
ansible/ansible.cfg
Normal file
12
ansible/ansible.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[defaults]
|
||||
|
||||
# some basic default values...
|
||||
|
||||
interpreter_python = auto
|
||||
inventory = ./inventory/
|
||||
roles_path = ./roles/
|
||||
stdout_callback = default
|
||||
|
||||
#[ssh_connection]
|
||||
#ssh_args=-o ControlMaster=auto -o ControlPersist=60s -o ControlPath=/tmp/ansible-ssh-%h-%p-%r -o ForwardAgent=yes
|
||||
|
|
@ -2,4 +2,4 @@
|
|||
127.0.0.1 ansible_connection=local
|
||||
|
||||
[vagrant]
|
||||
192.168.1.10
|
||||
10.0.0.159:3322 ansible_user=ziion
|
7
ansible/plays/evm-tools.yml
Normal file
7
ansible/plays/evm-tools.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- hosts: vagrant
|
||||
vars:
|
||||
roles:
|
||||
- common
|
||||
- truffle
|
||||
|
Loading…
Reference in a new issue