-
Notifications
You must be signed in to change notification settings - Fork 2
/
hosts.yml
30 lines (30 loc) · 866 Bytes
/
hosts.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
gcloud_ansible:
hosts:
ansible-vm:
ansible_host: movies.ans.bellias.cloudns.cl
ansible_port: 22
ansible_ssh_user: belli
#ansible-vm-2:
# ansible_host: ansible.jenkins.cloudns.cl
# ansible_port: 22
# ansible_ssh_user: it218110
gcloud_docker:
hosts:
docker-vm:
ansible_host: movies.dock.bellias.cloudns.cl
ansible_port: 22
ansible_ssh_user: belli
#docker-vm-2:
# ansible_host: movies-docker.jenkins.cloudns.cl
# ansible_port: 22
# ansible_ssh_user: azureuser
test:
hosts:
deployment1
jenkins:
hosts:
jenkins-server:
ansible_host: jenkins.bellias.cloudns.cl
ansible_port: 22
ansible_ssh_user: belli