Reorganized the continuous_integration group into ci_runners and ci_servers groups
This commit is contained in:
@@ -25,6 +25,7 @@ apache_vhosts: >-
|
|||||||
}}
|
}}
|
||||||
|
|
||||||
docker_add_repo: True
|
docker_add_repo: True
|
||||||
|
docker_install_compose_plugin: False
|
||||||
docker_users:
|
docker_users:
|
||||||
- 'gballan'
|
- 'gballan'
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
docker_install_compose_plugin: False
|
|
||||||
+10
-5
@@ -1,3 +1,11 @@
|
|||||||
|
[ci_servers]
|
||||||
|
ci-v2 ansible_host=ci-v2.int.metaunix.net
|
||||||
|
|
||||||
|
[ci_runners]
|
||||||
|
ci-v2-arm1 ansible_host=ci-v2-arm1.int.metaunix.net
|
||||||
|
ci-v2-arm2 ansible_host=ci-v2-arm2.int.metaunix.net
|
||||||
|
ci-v2-arm3 ansible_host=ci-v2-arm3.int.metaunix.net
|
||||||
|
|
||||||
[control]
|
[control]
|
||||||
mustafar ansible_host=mustafar
|
mustafar ansible_host=mustafar
|
||||||
|
|
||||||
@@ -22,8 +30,5 @@ mustafar ansible_host=mustafar
|
|||||||
ns3 ansible_host=ns3.int.metaunix.net
|
ns3 ansible_host=ns3.int.metaunix.net
|
||||||
ns4 ansible_host=ns4.int.metaunix.net
|
ns4 ansible_host=ns4.int.metaunix.net
|
||||||
|
|
||||||
[continuous_integration]
|
[serial_ttyd]
|
||||||
ci-v2 ansible_host=ci-v2.int.metaunix.net
|
pitty ansible_host=10.7.10.175
|
||||||
ci-v2-arm1 ansible_host=ci-v2-arm1.int.metaunix.net
|
|
||||||
ci-v2-arm2 ansible_host=ci-v2-arm2.int.metaunix.net
|
|
||||||
ci-v2-arm3 ansible_host=ci-v2-arm3.int.metaunix.net
|
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
- name: Install and configure Docker
|
- name: Install and configure Docker
|
||||||
hosts:
|
hosts:
|
||||||
- continuous_integration
|
- ci_servers
|
||||||
|
- ci_runners
|
||||||
become: True
|
become: True
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
|||||||
Reference in New Issue
Block a user