github.com/reapchain/go-reapchain@v0.2.15-0.20210609012950-9735c110c705/tests/files/ansible/host-config.yml (about)

     1  ---
     2  - name: Provision the operation system for tests
     3    # testing
     4    # hosts: all
     5    # live
     6    hosts: tag_Name_test_runner
     7    remote_user: ubuntu
     8    roles:
     9      - docker
    10      - common