From 738c31049ed7ef1fc648cb00f0c5ff80e9f454d0 Mon Sep 17 00:00:00 2001 From: "Md. Ashikul Alam" Date: Tue, 22 Oct 2024 20:45:59 +0600 Subject: [PATCH] Revert "chore: amend development.yml for deployment (#303)" This reverts commit 7aa4d62e3d144515544fa4d9495d035d6b68bdd1. --- infrastructure/server-setup/inventory/development.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/server-setup/inventory/development.yml b/infrastructure/server-setup/inventory/development.yml index 6fcf7415e..b76310377 100644 --- a/infrastructure/server-setup/inventory/development.yml +++ b/infrastructure/server-setup/inventory/development.yml @@ -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: ashikul + - name: my-user ssh_keys: - - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDFr/v3hUGEbc2wQsDLCmqLrwiz964yVrnLZ6kafemjmX8aRGLp1CNFvrZ674SLnXidZGMkx9d5xVvv8IdFR3R50MqSqfolF43MV34/JVHjQHh9Vk4MJT/3GIaeNmr2GQ/38qAmt2BQn1ecnb7FjNO2bFvHokLhm2wCXt+A4avuTgJe0p4e6uu01IHeIzDb5sPzZ3ID0h6jJnjEDcET+Lf5NGpCjn7YKhLhBWSSl9cXQdOGLzNzg3aBk32kgJ1beP1funSeVd0jniJPZeZRC1G/kRdqBUOHKiENtwgquzZxXzdHkZV9+4mF7YGlx6LpQdNuDpW7JADtYNldtdbexdyfrgNoRzKwyMmaKNDbeHd1FsIHSDJmGm9hCoLTM2dEtsGzgghfe0tat8sOWmsj5v2en0V8rKV+w8OQEmHtaQkgMjqmZaAnd8uWiB2xIbrUuax5Pq8zkj37xnfbRxUPOEkMlOUbhh1wzGbqeUEB7nbv/vXZxwC0b7ryMk5egBP+0ZRONsdib9RkSTr3B9uSb7iTOQftdhy+CTqqOq+6s+TyC2qnu12B1WZb9sx9jQl0mBHd9gx/FgYDs8jfIr2vF4jRkejW/moaVqvCd/FLyS91eCMXQjIXdGKWKPUUL7GEBqdZRLnYSJOqgPp9sk1+NEvMabTXlWmoUjaShq8z+o7JsQ== nileeeem36@gmail.com + - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABg...Z/rhU= user@example.com state: present sudoer: true enable_backups: false docker-manager-first: hosts: - ashikulland-development: # @todo set this to be the hostname of your target server - ansible_host: '139.59.27.157' # @todo set this to be the IP address of your server + dev: # @todo set this to be the hostname of your target server + ansible_host: '44.44.44.44' # @todo set this to be the IP address of your server data_label: data1 # for manager machines, this should always be "data1" # Development servers are not configured to use workers.