-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update qa.yml with correct server details
- Loading branch information
1 parent
7a0fc75
commit 9c0f33a
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,16 +11,16 @@ all: | |
users: | ||
# @todo this is where you define which development team members have access to the server. | ||
# If you need to remove access from someone, do not remove them from this list, but instead set their state: absent | ||
- name: my-user | ||
- name: markus | ||
ssh_keys: | ||
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABg...Z/rhU= [email protected] | ||
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGvvjFxXqcdKn9kk8VHzm38R3nLWvvwP8W0e3uXxOgby/7LJZx2bosXCZ28FyPTYwVRezHE9lguKiaCo2kxqzNwwx64MzUFRH60sE5cYeH1IqjCBTY3Ht8hkZlYaVoRmsHiqiqogW+bJPo8PBO+ydCh53KUdJFEOXAYvKZ/RfDsWh7/SjeQrQzpRFNeb9keefX+uNNBbKRm9/AEWIHFCGJpDvpJcz3i8hKbRPtXi5OTcEx1Kr4iOMikGXvGzsC1u84qgiy5moeBzpWeROwyJOHRLqPqQ/IHvUkE4F1BXen02G69nHpFdmjTOcjBbT1RzGTeWZs+ehc/kJaS3dUMHd5rSPsimjiCKZ5+wCAyxc5gJlQof71IpHVN4ZDoetH4Lo2bnLdA1YX6DaVU1Fd/6rPWw02DA1OEIhrjJ3Gak87/HUYGNhpZVyIxyNYGXBMPkmHCHCjzjN7sPdMRvkbl5tahD2PoS4172tsO7YYMfAZ/UYYZw745CDxQYIjjfrFRn8= [email protected] | ||
state: present | ||
sudoer: true | ||
|
||
docker-manager-first: | ||
hosts: | ||
qa: # @todo set this to be the hostname of your target server | ||
ansible_host: '55.55.55.55' # @todo set this to be the IP address of your server | ||
markusland-qa: # @todo set this to be the hostname of your target server | ||
ansible_host: '161.35.20.33' # @todo set this to be the IP address of your server | ||
data_label: data1 # for manager machines, this should always be "data1" | ||
|
||
# QA and staging servers are not configured to use workers. | ||
|