1 | What is Ansible | Getting Started

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

ความคิดเห็น • 41

  • @mwanthidaniel1254
    @mwanthidaniel1254 ปีที่แล้ว +5

    "and Never Stop Learning" was the right timing and best way to say it!

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      Glad to hear that Mwanthi

  • @dheeraj1317
    @dheeraj1317 ปีที่แล้ว +4

    Raghav, thanks for always explaining the concept with the help of wonderful real life examples ,which will help us to remember it forever. Thanks!

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว +1

      Thanks for the appreciation Dhiraj

  • @amarsonik3311
    @amarsonik3311 ปีที่แล้ว +3

    I understood the concept clearly in 5mins, thank you for that Raghav

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      Most welcome Amar

  • @despahotaru
    @despahotaru 10 หลายเดือนก่อน

    prob the best tutorial ive seen about ansible. ty!

    • @RaghavPal
      @RaghavPal  10 หลายเดือนก่อน

      Thanks a lot for the kind words

  • @lusean2507
    @lusean2507 9 หลายเดือนก่อน

    nice and clear way to explain Ansible in a few mins!good work

    • @RaghavPal
      @RaghavPal  9 หลายเดือนก่อน

      Glad it was helpful

  • @SriKiran21
    @SriKiran21 ปีที่แล้ว +1

    Wow soo cleanly explained man❤❤👏👏

  • @aniketdalal4118
    @aniketdalal4118 2 หลายเดือนก่อน

    best ansible intro 👌

    • @RaghavPal
      @RaghavPal  2 หลายเดือนก่อน

      Thanks Aniket.. keep learning

  • @snehaldatir2419
    @snehaldatir2419 ปีที่แล้ว

    Hello please make one video related to testing related certification which is helpful like ISTQB or scrum related

  • @RKS_Logs
    @RKS_Logs ปีที่แล้ว +2

    If possible can you please make a detailed video on configuration management?

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว +1

      The basics of configuration management will be very clear from this and the next video, that will come on Thu. I will still try to do a separate video

  • @Raghuchebolu
    @Raghuchebolu ปีที่แล้ว +1

    Hi sir my self Raghu...when I'm creating Gradle project one more project "lib" created automatically without my involvement... How to create Gradle project properly...sir plz make a video on this issue...🙏🙏🙏

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      Hi Raghu
      Sure I will plan.
      When you create a Gradle project, it is possible that a "lib" project is created automatically, especially if you are using a Gradle template or plugin that creates a default project structure.
      To create a Gradle project properly, follow these steps:
      Open your IDE (e.g. IntelliJ IDEA, Eclipse, etc.) and create a new Gradle project.
      Choose the appropriate project type and fill in the required information, such as the project name, group ID, and artifact ID.
      Select the desired build system and dependencies. You can either choose the default settings or customize them according to your project requirements.
      Click on "Finish" to create the project.
      If you do not want a "lib" project to be created, make sure to deselect any options or templates that include it. If you have already created the project and want to remove the "lib" project, you can simply delete it from your project directory.

    • @Raghuchebolu
      @Raghuchebolu ปีที่แล้ว

      @@RaghavPal sir group Id , artifact Id these kind info available in only maven but not Gradle right...in Gradle, only project name field is available but not other information...

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      In Gradle, you can define group and version properties in the build.gradle file, which are equivalent to groupId and version in Maven's pom.xml. These properties are used to identify the project and its artifacts.
      For example, in Gradle, you can define group and version in the build.gradle file as follows:
      group 'com.example'
      version '1.0.0'
      Similarly, you can define the name and description properties as well. These properties are used to provide additional information about the project.
      name 'my-project'
      description 'This is my project'
      These properties are used in the generated build artifacts, such as JAR or WAR files, to identify the project and provide additional information

  • @farrukhfida212
    @farrukhfida212 6 หลายเดือนก่อน

    Great tutorial

    • @RaghavPal
      @RaghavPal  6 หลายเดือนก่อน

      Thanks for watching

  • @healthinsurance59
    @healthinsurance59 ปีที่แล้ว

    Make a detailed tutorial on this topic please

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      Yes, next lectures are prepared and are in processing. Will get all soon

  • @muzeebshaik110
    @muzeebshaik110 8 หลายเดือนก่อน

    00:03 Ansible is like an assistant for managing and automating tasks.
    00:42 Ansible can run a Playbook through multiple players and create groups for common instructions.
    01:22 Ansible automates server setup and management.
    01:59 Ansible automates manual tasks on multiple servers
    02:37 Ansible is an open-source automation tool for managing servers and executing instructions through Playbook.
    03:17 Ansible enables managing multiple servers simultaneously
    03:56 Ansible is a tool written in Python for executing instructions on host systems.
    04:36 Ansible is like a coach for servers, making management quick and efficient.

    • @RaghavPal
      @RaghavPal  8 หลายเดือนก่อน

      Thanks for adding timestamps

  • @SagarSagar-ro3fj
    @SagarSagar-ro3fj ปีที่แล้ว

    was working with ansible since lastyear but never got short answer how and why..thanks guruji

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      So happy to know it helped Sagar. Do share with all

  • @LayanSooriyaarachchi
    @LayanSooriyaarachchi ปีที่แล้ว

    🔥🔥

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      Thanks for watching

  • @healthinsurance59
    @healthinsurance59 ปีที่แล้ว

    Make 10-12 details video would make some difference

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      Yes, they are in processing

  • @sandyaranin1867
    @sandyaranin1867 ปีที่แล้ว

    Can you provide me the link to install ansible

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      Check this docs.ansible.com/ansible/latest/installation_guide/intro_installation.html

  • @pindisriram8750
    @pindisriram8750 ปีที่แล้ว

    Pls start mulesoft cource brother

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      I will check on this

  • @Intisarbalkhi
    @Intisarbalkhi 3 หลายเดือนก่อน

    directory '/etc/ansible' does not exist

    • @RaghavPal
      @RaghavPal  3 หลายเดือนก่อน

      Intisar
      1. Check if you have the necessary permissions: Make sure you are running the command with sufficient privileges. You can use `sudo` to run the command with superuser privileges.
      2. Create the directory: Use the `mkdir` command to create the directory. The syntax is `mkdir `.
      Command: `sudo mkdir /etc/ansible`
      Explanation: This command creates a new directory named 'ansible' in the '/etc' directory.
      3. Verify the directory creation: Use the `ls` command to list the contents of the '/etc' directory and verify that the 'ansible' directory has been created.
      Command: `ls /etc`
      Explanation: This command lists the contents of the '/etc' directory. You should see the 'ansible' directory in the list.
      -

    • @Intisarbalkhi
      @Intisarbalkhi 3 หลายเดือนก่อน

      @@RaghavPal oky thanks I will try 😔