Skip to content
View effendiian's full-sized avatar
🏡
Working from home.
🏡
Working from home.

Highlights

  • Pro

Organizations

@FOSSRIT

Block or report effendiian

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. effendiian.github.io effendiian.github.io Public

    Personal website.

    HTML

  2. config-utils config-utils Public

    Collection of utility scripts for parsing scoped configuration settings.

    Shell

  3. pop-cli pop-cli Public

    Shell

  4. tldr-pages/tldr tldr-pages/tldr Public

    Collaborative cheatsheets for console commands 📚.

    Markdown 62k 5.2k

  5. template-bash-utility template-bash-utility Public archive

    This is a template project used to kickstart the development of bash shell utilities.

    Shell

  6. Tips on using secrets with Ansible V... Tips on using secrets with Ansible Vault
    1
    ## Handling Sudo Passwords Across Multiple Hosts
    2
    
                  
    3
    There are a few ways you can handle sudo passwords with Ansible, and one common approach is using **Ansible Vault** to store sensitive information like sudo passwords. Here's a detailed breakdown of how you can address the situation:
    4
    
                  
    5
    ### 1. **Using Ansible Vault for Sudo Passwords**