1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-26 09:26:06 +02:00
eoli3n-dotfiles/TODO

32 lines
1.3 KiB
Plaintext

# TODO
- borgbackup: install and configure role
- tmux: install and configure role
- playbook: change includes in import tasks to be able to resolv with list-tasks
- zsh: check neon specific alias and others
- playbook: update all vagrant specific task to match docker hosts
- playbook: test if tag limit exists
- playbook: for vim and zsh-syntax, change [distribution] tasks to test|include_tasks in by_os
# TOFIX
- vagrant: chsh in vagrant config file for FreeBSD
- playbook: add {{ tag }} to fail module to print in "limit to distrib" task
- vagrant: tty in qwerty for debian keyboard
- playbook: {{playbook_dir}} -> {{role_path}}
# TOTEST
- playbook: as root working ?
# FEATURE IDEA
- playbook: Add a tag "dotfiles", and pass every copy/templates/file with dest={{ dotsroot }}
then : ansible-playbook localhost install.yml -t dotfiles -e 'dotsroot: tmp'
to compile only dotfiles in an example dir ~/tmp ? what about lineinfile module ?
- vagrant: ansible provisionner -> https://github.com/hashicorp/vagrant/issues/7890
- all: Ubuntu compat|docker|vagrant for server tag
- all: Debian|Ubuntu|CentOS|FreeBSD compat|docker|vagrant for desktop/laptop tag
- docker: install virtual display xephyr to use docker as vagrant
- docker: autobuild to docker run directly without building locally