mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
22 lines
890 B
Plaintext
22 lines
890 B
Plaintext
# TODO
|
|
|
|
- borgbackup: install and configure role
|
|
- tmux: install and configure role
|
|
- playbook: update all vagrant specific task to match docker hosts
|
|
|
|
# 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
|
|
|
|
# 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
|