This repository has been archived on 2021-04-14. You can view files and clone it, but cannot push or open issues/pull-requests.
bare-dotfiles/linux-bionic-playbook.yaml

20 lines
390 B
YAML
Raw Normal View History

---
- name: linux desktop setup
hosts: all
become: yes
become_user: root
become_method: sudo
gather_facts: False
vars:
ansible_connection: local
ansible_python_interpreter: /usr/bin/python3
tasks:
- include_role:
name: dev-tools
- include_role:
name: docker
- include_role:
name: k8s
- include_role:
name: linux-desktop