diff options
Diffstat (limited to 'ansible/host-config.yml')
-rw-r--r-- | ansible/host-config.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ansible/host-config.yml b/ansible/host-config.yml index 571cc141e..c4c8e6eb9 100644 --- a/ansible/host-config.yml +++ b/ansible/host-config.yml @@ -1,8 +1,10 @@ --- - name: Provision the operation system for tests # testing - hosts: all + # hosts: all # live - # hosts: TDB + hosts: tag_Name_test_runner + remote_user: ubuntu roles: - - common + - docker + - common |