cleanup persoal crud

This commit is contained in:
Paul van Noort 2021-05-27 19:13:21 +02:00
parent 0bcbb90abd
commit 4d6e28cb3d

View file

@ -2,7 +2,7 @@
downloads: ~/.ansible-downloads/ downloads: ~/.ansible-downloads/
configure_dotfiles: true configure_dotfiles: true
configure_terminal: false configure_terminal: true
configure_osx: true configure_osx: true
# Set to 'true' to configure the Dock via dockutil. # Set to 'true' to configure the Dock via dockutil.
@ -16,7 +16,6 @@ dockitems_persist: []
# - name: "Sublime Text" # - name: "Sublime Text"
# path: "/Applications/Sublime Text.app/" # path: "/Applications/Sublime Text.app/"
configure_sudoers: false configure_sudoers: false
sudoers_custom_config: '' sudoers_custom_config: ''
# Example: # Example:
@ -24,7 +23,7 @@ sudoers_custom_config: ''
# # Allow users in admin group to use sudo with no password. # # Allow users in admin group to use sudo with no password.
# %admin ALL=(ALL) NOPASSWD: ALL # %admin ALL=(ALL) NOPASSWD: ALL
dotfiles_repo: https://github.com/dspolleke/dotfiles.git dotfiles_repo: https://github.com/geerlingguy/dotfiles.git
dotfiles_repo_accept_hostkey: true dotfiles_repo_accept_hostkey: true
dotfiles_repo_local_destination: ~/Development/GitHub/dotfiles dotfiles_repo_local_destination: ~/Development/GitHub/dotfiles
dotfiles_files: dotfiles_files:
@ -97,7 +96,7 @@ composer_packages: []
# state: present # present/absent, default: present # state: present # present/absent, default: present
# version: "^8.1" # default: N/A # version: "^8.1" # default: N/A
gem_packages: [] gem_packages: []
# - name: showoff # - name: bundler
# state: present # present/absent/latest, default: present # state: present # present/absent/latest, default: present
# version: "~> 1.15.1" # default: N/A # version: "~> 1.15.1" # default: N/A
npm_packages: [] npm_packages: []