mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
34 lines
1.4 KiB
Plaintext
34 lines
1.4 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
|
|
- powerline: check best install method all distrib
|
|
- 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
|
|
- powerline: not working with centos|debian|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
|