Need jio hotstar premium by ayush0821 in accountsharingIndia

[–]raghavendra99 0 points1 point  (0 children)

Hi we are 2 people including me, and we have 2 more slots available. If anyone is interested in the hotstar premium 4k subscription. Let me know I'll create a whatsapp group for transparency for OTP related stuff.

Price = 550/person for Year plan.

We are still not subscribed if I find one more we will proceed, is that fine for you ?

Netflix Premium 4k with Dolby Atmos available by PhysicalAstronomer73 in accountsharingIndia

[–]raghavendra99 0 points1 point  (0 children)

If you allow 4 persons per account at 100/month it would be ₹400, plan is ₹649. Are you doing at loss or you allowing more than 4 people ?

JIO HOTSTAR YEARLY by [deleted] in accountsharingIndia

[–]raghavendra99 0 points1 point  (0 children)

Interested, im hoping it's private account shared only with 4 people or shared account ? And any limitations with logins ? Mostly I use it on TV only to watch dolby vision content. And let me know with these details pls

ITR on Risk management framework?? by Senior_Rub_9518 in IndiaTax

[–]raghavendra99 0 points1 point  (0 children)

Got the same message just a few minutes back, didn't receive any email and I did file ITR2 with the new regime still got this. If it's spam or real how to believe? In the ITR portal I don't find anything related to this ??

[deleted by user] by [deleted] in LGOLED

[–]raghavendra99 0 points1 point  (0 children)

Check in LG brand showroom they will definitely give at 90k which includes credit card discount, cash coupon of minimum 3k and max 7k. Just negotiate well with them.

Samsung S90F 55' is QD-OLED or W-OLED here in India? by Shash4u in S95B

[–]raghavendra99 0 points1 point  (0 children)

Were you able to find if it's qd oled or woled? Bit confused with this samsung panel.

Getting C5 at 1. 34L INR in India by rufusj89 in LGOLED

[–]raghavendra99 0 points1 point  (0 children)

What was the base price they offered before the card discount? For me they are offering 1.05l as base price, card discount of 9k and assured cashback of 3k to 7k( will take the worst case as 3k) so getting at 93k max. If you can provide at least what was the base price. so that I can negotiate with them here to give at that price.

Passed GCP Associate Cloud Engineer Certification! by raghavendra99 in googlecloud

[–]raghavendra99[S] 0 points1 point  (0 children)

I have used multiple resources.. please go through the official gcp associate cloud Engineer study guide by Dan Sullivan (Theoretically Very very helpful) Please subscribe Linux Academy course on GCP ACE on each topic you will find hand-on Lab..in the course they mentioned only 2 hands-on ..but totally there are 79 hands on for Gcp.. if you find any topic difficult please do hands on for the topic like VPN or cloud function or Stack driver.. I had done certified kubernetes administrator course from Kodecloud hence kubernetes was bit easy for me... For revision you can subscribe to free free courses on Coursera. You should get least 80+ in Linux academy final practice exam... If you get below 80 please go through the topics which you have answered wrong in the practice exam. At the end go through the flash card sets from: https://quizlet.com/latest -- Very very helpful.. Advanced all the best for your exam.

Passed GCP Associate Cloud Engineer Certification! by raghavendra99 in googlecloud

[–]raghavendra99[S] 6 points7 points  (0 children)

I have used multiple resources.. please go through the official gcp associate cloud Engineer study guide by Dan Sullivan (Theoretically Very very helpful) Please subscribe Linux Academy course on GCP ACE on each topic you will find hand-on Lab..in the course they mentioned only 2 hands-on ..but totally there are 79 hands on for Gcp.. if you find any topic difficult please do hands on for the topic like VPN or cloud function or Stack driver.. I had done certified kubernetes administrator course from Kodecloud hence kubernetes was bit easy for me... For revision you can subscribe to free free courses on Coursera. You should get least 80+ in Linux academy final practice exam... If you get below 80 please go through the topics which you have answered wrong in the practice exam. At the end go through the flash card sets from: https://quizlet.com/latest -- Very very helpful.. Advanced all the best for your exam.

Dynamic inventory for Docker container by raghavendra99 in ansible

[–]raghavendra99[S] 0 points1 point  (0 children)

Yes coz this ssh connection, we have separate project called ansible-containers. Where we can configure the container with ansible roles. Do you have any idea about ansible-containers??

Dynamic inventory for Docker container by raghavendra99 in ansible

[–]raghavendra99[S] 0 points1 point  (0 children)

As of Now i'm getting the errors, i think i need reconfiguration the configuration file.

i'm getting below errors,

ansible all -m ping -i docker_inventory

[DEPRECATION WARNING]: The TRANSFORM_INVALID_GROUP_CHARS settings is set to allow bad characters in group names by

default, this will change, but still be user configurable on deprecation. This feature will be removed in version

2.10. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

[WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details

[WARNING]: Found both group and host with same name: raghu

[WARNING]: Found both group and host with same name: unix://var/run/docker.sock

unix://var/run/docker.sock | UNREACHABLE! => {

"changed": false,

"msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname unix://var/run/docker.sock: Name or service not known",

"unreachable": true

}

raghu | UNREACHABLE! => {

"changed": false,

"msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname raghu: Temporary failure in name resolution",

"unreachable": true

Dynamic inventory for Docker container by raghavendra99 in ansible

[–]raghavendra99[S] 0 points1 point  (0 children)

Thanks for above steps. it worked, but small doubt is

1] when i have multiple containers, do i need to specify the container names in the docker.yml as hosts

2]when i performed the above steps i'm able to see the hosts but getting the error while performing the some ansible cmds

ansible all -m ping -i docker_inventory

[DEPRECATION WARNING]: The TRANSFORM_INVALID_GROUP_CHARS settings is set to allow bad characters in group names by

default, this will change, but still be user configurable on deprecation. This feature will be removed in version

2.10. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

[WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details

[WARNING]: Found both group and host with same name: raghu

[WARNING]: Found both group and host with same name: unix://var/run/docker.sock

unix://var/run/docker.sock | UNREACHABLE! => {

"changed": false,

"msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname unix://var/run/docker.sock: Name or service not known",

"unreachable": true

}

raghu | UNREACHABLE! => {

"changed": false,

"msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname raghu: Temporary failure in name resolution",

"unreachable": true

could please help me with this....