Skip to content
Snippets Groups Projects
install.yml 386 B
Newer Older
  • Learn to ignore specific revisions
  • ngyimesi's avatar
    ngyimesi committed
    ---
    - name: update shits
      apt:
        update_cache: yes
        upgrade: yes
    - name: Install mike's shits
      apt:
        name:
          - neovim
          - mc
          - nano
          - git
          - net-tools
          - python3
          - iproute2
          - mtr
          - tmux
          - htop
          - dnsutils
          - tcpdump
          - rsync
          - tree
          - curl
          - wget
          - jq
          - unzip
        state: present