From 737f308f61f8aab15468c87d79e5a87af43cd869 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 22 Dec 2020 13:07:05 +0100 Subject: [PATCH] ansible: rename role: common -> dotfiles --- dotfiles.yml => local.yml | 2 +- roles/{common => dotfiles}/files/bashrc | 0 roles/{common => dotfiles}/files/bin/git-churn | 0 .../files/bin/git-what-the-hell-just-happened | 0 roles/{common => dotfiles}/files/bin/git-wtf | 0 roles/{common => dotfiles}/files/bin/vboxmount | 0 .../files/dircolors/solarized-dark | 0 .../files/dircolors/solarized-light | 0 roles/{common => dotfiles}/files/gitconfig | 0 roles/{common => dotfiles}/files/gitignore | 0 roles/{common => dotfiles}/files/inputrc | 0 roles/{common => dotfiles}/files/minttyrc | 0 roles/{common => dotfiles}/files/plug.vim | 0 roles/{common => dotfiles}/files/python-startup.py | 0 roles/{common => dotfiles}/files/ssh_config | Bin roles/{common => dotfiles}/files/tmux-colors.conf | 0 roles/{common => dotfiles}/files/tmux.conf | 0 roles/{common => dotfiles}/files/vimrc | 0 roles/{common => dotfiles}/tasks/main.yml | 0 .../templates/gitconfig.host.j2 | 0 .../tasks/packages.yml => packages/tasks/main.yml} | 0 21 files changed, 1 insertion(+), 1 deletion(-) rename dotfiles.yml => local.yml (94%) rename roles/{common => dotfiles}/files/bashrc (100%) rename roles/{common => dotfiles}/files/bin/git-churn (100%) rename roles/{common => dotfiles}/files/bin/git-what-the-hell-just-happened (100%) rename roles/{common => dotfiles}/files/bin/git-wtf (100%) rename roles/{common => dotfiles}/files/bin/vboxmount (100%) rename roles/{common => dotfiles}/files/dircolors/solarized-dark (100%) rename roles/{common => dotfiles}/files/dircolors/solarized-light (100%) rename roles/{common => dotfiles}/files/gitconfig (100%) rename roles/{common => dotfiles}/files/gitignore (100%) rename roles/{common => dotfiles}/files/inputrc (100%) rename roles/{common => dotfiles}/files/minttyrc (100%) rename roles/{common => dotfiles}/files/plug.vim (100%) rename roles/{common => dotfiles}/files/python-startup.py (100%) rename roles/{common => dotfiles}/files/ssh_config (100%) rename roles/{common => dotfiles}/files/tmux-colors.conf (100%) rename roles/{common => dotfiles}/files/tmux.conf (100%) rename roles/{common => dotfiles}/files/vimrc (100%) rename roles/{common => dotfiles}/tasks/main.yml (100%) rename roles/{common => dotfiles}/templates/gitconfig.host.j2 (100%) rename roles/{common/tasks/packages.yml => packages/tasks/main.yml} (100%) diff --git a/dotfiles.yml b/local.yml similarity index 94% rename from dotfiles.yml rename to local.yml index 8d976b3..658565f 100644 --- a/dotfiles.yml +++ b/local.yml @@ -8,5 +8,5 @@ private: no default: fernando@schauenburg.me roles: - - common + - dotfiles diff --git a/roles/common/files/bashrc b/roles/dotfiles/files/bashrc similarity index 100% rename from roles/common/files/bashrc rename to roles/dotfiles/files/bashrc diff --git a/roles/common/files/bin/git-churn b/roles/dotfiles/files/bin/git-churn similarity index 100% rename from roles/common/files/bin/git-churn rename to roles/dotfiles/files/bin/git-churn diff --git a/roles/common/files/bin/git-what-the-hell-just-happened b/roles/dotfiles/files/bin/git-what-the-hell-just-happened similarity index 100% rename from roles/common/files/bin/git-what-the-hell-just-happened rename to roles/dotfiles/files/bin/git-what-the-hell-just-happened diff --git a/roles/common/files/bin/git-wtf b/roles/dotfiles/files/bin/git-wtf similarity index 100% rename from roles/common/files/bin/git-wtf rename to roles/dotfiles/files/bin/git-wtf diff --git a/roles/common/files/bin/vboxmount b/roles/dotfiles/files/bin/vboxmount similarity index 100% rename from roles/common/files/bin/vboxmount rename to roles/dotfiles/files/bin/vboxmount diff --git a/roles/common/files/dircolors/solarized-dark b/roles/dotfiles/files/dircolors/solarized-dark similarity index 100% rename from roles/common/files/dircolors/solarized-dark rename to roles/dotfiles/files/dircolors/solarized-dark diff --git a/roles/common/files/dircolors/solarized-light b/roles/dotfiles/files/dircolors/solarized-light similarity index 100% rename from roles/common/files/dircolors/solarized-light rename to roles/dotfiles/files/dircolors/solarized-light diff --git a/roles/common/files/gitconfig b/roles/dotfiles/files/gitconfig similarity index 100% rename from roles/common/files/gitconfig rename to roles/dotfiles/files/gitconfig diff --git a/roles/common/files/gitignore b/roles/dotfiles/files/gitignore similarity index 100% rename from roles/common/files/gitignore rename to roles/dotfiles/files/gitignore diff --git a/roles/common/files/inputrc b/roles/dotfiles/files/inputrc similarity index 100% rename from roles/common/files/inputrc rename to roles/dotfiles/files/inputrc diff --git a/roles/common/files/minttyrc b/roles/dotfiles/files/minttyrc similarity index 100% rename from roles/common/files/minttyrc rename to roles/dotfiles/files/minttyrc diff --git a/roles/common/files/plug.vim b/roles/dotfiles/files/plug.vim similarity index 100% rename from roles/common/files/plug.vim rename to roles/dotfiles/files/plug.vim diff --git a/roles/common/files/python-startup.py b/roles/dotfiles/files/python-startup.py similarity index 100% rename from roles/common/files/python-startup.py rename to roles/dotfiles/files/python-startup.py diff --git a/roles/common/files/ssh_config b/roles/dotfiles/files/ssh_config similarity index 100% rename from roles/common/files/ssh_config rename to roles/dotfiles/files/ssh_config diff --git a/roles/common/files/tmux-colors.conf b/roles/dotfiles/files/tmux-colors.conf similarity index 100% rename from roles/common/files/tmux-colors.conf rename to roles/dotfiles/files/tmux-colors.conf diff --git a/roles/common/files/tmux.conf b/roles/dotfiles/files/tmux.conf similarity index 100% rename from roles/common/files/tmux.conf rename to roles/dotfiles/files/tmux.conf diff --git a/roles/common/files/vimrc b/roles/dotfiles/files/vimrc similarity index 100% rename from roles/common/files/vimrc rename to roles/dotfiles/files/vimrc diff --git a/roles/common/tasks/main.yml b/roles/dotfiles/tasks/main.yml similarity index 100% rename from roles/common/tasks/main.yml rename to roles/dotfiles/tasks/main.yml diff --git a/roles/common/templates/gitconfig.host.j2 b/roles/dotfiles/templates/gitconfig.host.j2 similarity index 100% rename from roles/common/templates/gitconfig.host.j2 rename to roles/dotfiles/templates/gitconfig.host.j2 diff --git a/roles/common/tasks/packages.yml b/roles/packages/tasks/main.yml similarity index 100% rename from roles/common/tasks/packages.yml rename to roles/packages/tasks/main.yml