generated from DO1JLR/ansible_playbook_template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #102 from DO1JLR/dfl
Adding dotfiles
- Loading branch information
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
Submodule users
updated
28 files
+2 −2 | .yamllint | |
+18 −1 | README.md | |
+8 −0 | roles/admin/.yamllint | |
+0 −1 | roles/admin/README.md | |
+1 −1 | roles/admin/tasks/users.yml | |
+8 −0 | roles/dotfiles/.yamllint | |
+75 −0 | roles/dotfiles/README.md | |
+68 −0 | roles/dotfiles/defaults/main.yml | |
+8 −0 | roles/dotfiles/handlers/main.yml | |
+23 −0 | roles/dotfiles/meta/main.yml | |
+23 −0 | roles/dotfiles/tasks/bashrc.yml | |
+28 −0 | roles/dotfiles/tasks/main.yml | |
+15 −0 | roles/dotfiles/tasks/packages.yml | |
+23 −0 | roles/dotfiles/tasks/tmux.yml | |
+46 −0 | roles/dotfiles/tasks/versioncheck.yml | |
+23 −0 | roles/dotfiles/tasks/vimrc.yml | |
+53 −0 | roles/dotfiles/templates/bash.bashrc.j2 | |
+67 −0 | roles/dotfiles/templates/dotbashrc.j2 | |
+2 −0 | roles/dotfiles/templates/tmux.conf.j2 | |
+50 −0 | roles/dotfiles/templates/vimrc.j2 | |
+9 −0 | roles/dotfiles/vars/main.yml | |
+8 −0 | roles/sshd/.yamllint | |
+0 −1 | roles/sshd/README.md | |
+8 −0 | roles/user/.yamllint | |
+0 −1 | roles/user/README.md | |
+0 −1 | roles/user/tasks/main.yml | |
+1 −1 | roles/user/tasks/pubkeys.yml | |
+2 −2 | roles/user/tasks/users.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters