Go to file
Radar231 ff2e033803 updated path to http://git.lan 2024-03-21 09:15:57 -04:00
README.md initial checkin 2023-12-21 18:19:40 -05:00
dotfiles.yml updated path to http://git.lan 2024-03-21 09:15:57 -04:00

README.md

dotfile playbook

  • this playbook with copy the dotfiles from the (dotfile repository)[https://git.radar231.com/radar231/dotfiles] into the selected home directory for the selected user.

  • the following variables are required;

    • username
    • groupname
    • homedir
  • the playbook can be run with the following command line;

ansible-playbook -i <inventory file | IP,> -e "username=" -e "groupname= -e "homedir=" dotfiles.yml

ie;

ansible-playbook -i 192.168.20.99, -e "username=someuser" -e "groupname=somegroup>" -e "homedir=/home/someuser" dotfiles.yml