GithubHelp home page GithubHelp logo

ansible's Introduction

Hi ๐Ÿ‘‹, I'm Muzammil Rafique

A passionate Programmer from Pakistan

I am fascinated by how computer technology ๐ŸŒ has brought changes to our lives that could never have been predicted; witnessing the expansion of computer science allowed me to consider studying software engineering from an early age, and my enthusiasm has perpetually developed since this time. And also I love exploring new tech stack ๐Ÿ’ป and leveraging them to build cool stuffs ๐Ÿ› ๏ธ

icon icon icon icon icon

icon icon icon icon icon

Coding



  • ๐Ÿ”ญ Iโ€™m currently working on HoboeTech Pvt Ltd

  • ๐ŸŒฑ Iโ€™m currently learning Django

  • ๐Ÿ‘จโ€๐Ÿ’ป All of my projects are available at Muzammil's workspace

  • ๐Ÿ’ฌ Ask me about JavaScript, Java, Dart and Python

  • ๐Ÿ“ซ How to reach me [email protected]

  • ๐Ÿ“„ Know about my experiences my experiences

  • โšก Fun fact I love singing songs


Connect with me:

muzamil muzamil.raf muz___lk muz


Languages and Tools:

  • Backend

  • Frontend

  • Cloud Servers

  • Tools


Trophy:



GitHub Stats:

Muzammil's GitHub stats

GitHub Streak



Activity:

muzammil-crypto's Graph

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)


ansible's People

Watchers

 avatar

ansible's Issues

aws-ec2-ubuntu-docker-playbook

#hosts
[ubuntu]
100.26.255.171 ansible_ssh_user=awstgremoteweb ansible_ssh_private_key_file=/etc/ansible/remote-web-ubuntu.key

#ansible-playbook-file.yml

  • hosts: ubuntu
    become: yes
    tasks:
    • name: Install prerequisites for Docker repository
      apt:
      name: ['apt-transport-https', 'ca-certificates', 'curl', 'gnupg2', 'software-properties-common']
      update_cache: yes

    • name: Add Docker GPG key
      apt_key: url=https://download.docker.com/linux/ubuntu/gpg

    • name: Add Docker APT repository
      apt_repository:
      repo: deb [arch=amd64] https://download.docker.com/linux/{{ansible_distribution|lower}} {{ansible_distribution_release}} stable

    • name: Install Docker CE
      apt:
      name: ['docker-ce', 'docker-ce-cli', 'containerd.io']
      update_cache: yes

    • name: Install prerequisites for docker-compose
      apt:
      name: ['python3-pip', 'python3-setuptools', 'virtualenv']

    • name: Install docker-compose
      pip:
      name: docker-compose
      ~

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.