add evm-tools playbook, inventory and config

This commit is contained in:
Bryan Black 2022-10-27 18:45:54 -07:00
parent 49407d1938
commit 3d892c7696
3 changed files with 20 additions and 1 deletions

12
ansible/ansible.cfg Normal file
View 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

View file

@ -2,4 +2,4 @@
127.0.0.1 ansible_connection=local
[vagrant]
192.168.1.10
10.0.0.159:3322 ansible_user=ziion

View file

@ -0,0 +1,7 @@
---
- hosts: vagrant
vars:
roles:
- common
- truffle