Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 567 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 567 Bytes

Dotfiles

Installation

Install ansible and molecule.

pip3 install ansible molecule

Set ansible vault password

echo "<password>" > ~/.ansible_vault

Set ansible vault password environment variable

export ANSIBLE_VAULT_PASSWORD_FILE=~/.ansible_vault

Install all

curl -O https://raw.githubusercontent.com/drew138/.dotfiles/main/roles/scripts/files/install.sh && chmod +x install.sh && ./install.sh  && rm install.sh

reminder: system reboot might be required for some software to work as expected.