github.com/ylsGit/go-ethereum@v1.6.5/tests/files/ansible/testrunner-config.yml (about)

     1  ---
     2  - name: preparing and running tests
     3    # testing
     4    # hosts: all
     5    # live
     6    hosts: tag_Name_test_runner
     7    
     8    # TODO use the right user for configuring, until credentials set, stay with default vagrant user 
     9    remote_user: ubuntu
    10    
    11    roles:
    12        - testrunner