|
30 | 30 | users: |
31 | 31 | # @todo this is where you define which development team members have access to the server. |
32 | 32 | # If you need to remove access from someone, do not remove them from this list, but instead set their state: absent |
33 | | - - name: riku |
| 33 | + - name: my-user |
34 | 34 | ssh_keys: |
35 | | - - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWIF63S4f3z9wQMvWibmvl7MPuJ6EVrkP0HuvgNhcs/4DZYMcR/GRBvV4ldOSYMlBevIXycgGzNDxKJgENUuwIWanjBu7uVAHyD6+cIRD1h63qq7Cjv/2HYTfBDKOrKzPOhA6zWvKO0ZGWsjRXk5LWMCbKOkvKJCxOpj/NVBxeE4FTK5YADYPV3OSsmBtqTHrVLm2sMmShU/2hMYYswWkobidjX65+nK/X+3C+yJbHwiydVvn+QCrFlFfCLPWKe8rUpOxyxofPqWVQh6CHhHfT8okaOc9sOE8Qeip9ljo84DftJh3Xm3ynOdWK1hH2BvRvxNadWqcE1qECbkg4tx2x [email protected] |
36 | | - state: present |
37 | | - sudoer: true |
38 | | - - name: shoumik |
39 | | - ssh_keys: |
40 | | - - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINRSRTqm3vOfjyTutISEtbVp7ZddoWa9NZDZLeWZGzLy dsi@dsi-Inspiron-15-3511 |
| 35 | + - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABg...Z/rhU= [email protected] |
41 | 36 | state: present |
42 | 37 | sudoer: true |
43 | 38 |
|
44 | 39 | docker-manager-first: |
45 | 40 | hosts: |
46 | | - shoumikland-prod: # @todo set this to be the hostname of your target server |
47 | | - ansible_host: '5.223.47.240' # @todo set this to be the hostname of your target server |
| 41 | + prod-01: # @todo set this to be the hostname of your target server |
| 42 | + ansible_host: '22.22.22.22' # @todo set this to be the hostname of your target server |
48 | 43 | data_label: data1 |
49 | 44 | # If you are using a jump server to access this environment, enter other SSH args here. |
50 | 45 | # ansible_ssh_common_args: '-J [email protected] -o StrictHostKeyChecking=no' # @todo set this to be the IP address of your jump server |
51 | 46 |
|
52 | 47 | # @todo We recommend you add 2-4 workers for a scaled production deployment |
53 | 48 | # This should depend on the size of your country and the number of end users. |
54 | 49 | # If you are only using one production worker for very small countries or small pilot projects, replace with an empty block like so: docker-workers: {} |
55 | | -# docker-workers: |
56 | | -# hosts: |
57 | | -# prod-02: # @todo set this to be the hostname of your target server |
58 | | -# ansible_host: '33.33.33.33' |
| 50 | +docker-workers: |
| 51 | + hosts: |
| 52 | + prod-02: # @todo set this to be the hostname of your target server |
| 53 | + ansible_host: '33.33.33.33' |
59 | 54 | # If you are using a jump server to access this environment, enter other SSH args here. |
60 | 55 | # ansible_ssh_common_args: '-J [email protected] -o StrictHostKeyChecking=no' |
61 | 56 |
|
62 | 57 | backups: |
63 | 58 | hosts: |
64 | | - shoumikland-backup: # @todo set this to be the hostname of your backup server |
65 | | - ansible_host: '5.223.45.193' # set this to be the IP address of your backup server |
| 59 | + backup: # @todo set this to be the hostname of your backup server |
| 60 | + ansible_host: '66.66.66.66' |
66 | 61 | # Written by provision pipeline. Assumes "backup" environment |
67 | 62 | # exists in Github environments |
68 | 63 | ansible_ssh_private_key_file: /tmp/backup_ssh_private_key |
|
0 commit comments