aboutsummaryrefslogblamecommitdiffstats
path: root/ansible/host-config.yml
blob: c4c8e6eb951fdb71891f91a3053d527c45872d12 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
   
                                                
           
              
        

                             
        

            
---
- name: Provision the operation system for tests
  # testing
  # hosts: all
  # live
  hosts: tag_Name_test_runner
  remote_user: ubuntu
  roles:
    - docker
    - common