add evm-tools playbook, inventory and config
This commit is contained in:
parent
49407d1938
commit
3d892c7696
3 changed files with 20 additions and 1 deletions
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
|
||||
|
5
ansible/inventory/hosts
Normal file
5
ansible/inventory/hosts
Normal file
|
@ -0,0 +1,5 @@
|
|||
[localhost]
|
||||
127.0.0.1 ansible_connection=local
|
||||
|
||||
[vagrant]
|
||||
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…
Add table
Add a link
Reference in a new issue