|
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: my-user |
| 33 | + - name: riku |
34 | 34 | ssh_keys: |
35 | | - - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABg...Z/rhU= [email protected] |
| 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 |
36 | 41 | state: present |
37 | 42 | sudoer: true |
38 | 43 |
|
39 | 44 | docker-manager-first: |
40 | 45 | hosts: |
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 |
| 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 |
43 | 48 | data_label: data1 |
44 | 49 | # If you are using a jump server to access this environment, enter other SSH args here. |
45 | 50 | # ansible_ssh_common_args: '-J [email protected] -o StrictHostKeyChecking=no' # @todo set this to be the IP address of your jump server |
46 | 51 |
|
47 | 52 | # @todo We recommend you add 2-4 workers for a scaled production deployment |
48 | 53 | # This should depend on the size of your country and the number of end users. |
49 | 54 | # 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: {} |
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' |
| 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' |
54 | 59 | # If you are using a jump server to access this environment, enter other SSH args here. |
55 | 60 | # ansible_ssh_common_args: '-J [email protected] -o StrictHostKeyChecking=no' |
56 | 61 |
|
57 | 62 | backups: |
58 | 63 | hosts: |
59 | | - backup: # @todo set this to be the hostname of your backup server |
60 | | - ansible_host: '66.66.66.66' |
| 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 |
61 | 66 | # Written by provision pipeline. Assumes "backup" environment |
62 | 67 | # exists in Github environments |
63 | 68 | ansible_ssh_private_key_file: /tmp/backup_ssh_private_key |
|
0 commit comments