Git Product home page Git Product logo

ansible's People

Contributors

anonimoconiglio avatar rustlover69 avatar theprimeagen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ansible's Issues

Reproducibility problem

Hi there!
While trying to reproduce Prime's actions in https://youtu.be/qd3mfYS_Xow?t=247,
in a section related to personal projects cloning over ssh (definition in tasks/personal-projects.yml ) i came up with a
"Host key verification failed" error (due to changed execution sequence introduced in 5b1d263 to local.yml where personal-projects.yml are executed before dotfiles.yml)

I'm honestly a beginner to ansible, but i've tried to fix it and already submited a pull request. #8
It seems to work after bulding docker images and running:
docker run --rm -it nvim-computer bash
ansible-playbook -t dotfiles --ask-vault-pass local.yml
I hope contents of my pr will prove to be at least somehow heplful.

btw. Great Job on this project Prime! Keep it up!

Node installation problem

Hi, I've tried a fresh pop-os installation with this tasks:

- name: Install NodeJS
  become: true
  apt:
    name: ["nodejs", "npm"]
  tags: &tags_for_node_tasks ["install", "productivity", "node"]

- name: npmjs prefix
  shell: mkdir -p ~/.local/.npm-global
  tags: *tags_for_node_tasks

- name: add npmjs to path
  shell: PATH=~/.local/.npm-global/bin:$PATH
  tags: *tags_for_node_tasks

- name: npmjs global settings
  shell: npm config set prefix '~/.local/.npm-global'
  tags: *tags_for_node_tasks

- name: npmjs global settings export path in case I don't have dotfiles installed
  shell: export PATH=~/.local/.npm-global/bin:$PATH
  tags: *tags_for_node_tasks

- name: Install N
  shell: npm i -g n pnpm
  tags: *tags_for_node_tasks

- name: Install correct version of Node
  shell: n 18
  tags: *tags_for_node_tasks

but i think there is a problem with the environment and node global packages, I'm getting the error, n command not found while trying to install n 18.

I'm not an expert on Linux, so I don't know how to figure out his issue.

Thanks

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.