--- - hosts: misc tasks: - name: Install basic packages become: yes apt: name: - vim - git - htop - tmux update_cache: yes tags: - apt - include_role: name: docker - include_role: name: install_nix - name: Install pip prerequisites become: yes apt: name: - python3-pip - python3-setuptools - python3-virtualenv - name: Install global python docker package become: yes pip: name: - docker - docker-compose - requests