Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 308 Bytes

SETUP.md

File metadata and controls

10 lines (8 loc) · 308 Bytes

Adding this as a submodule to an existing repo located at ~/Ansible

cd ~/Ansible git submodule add [email protected]:richard-scott/ansible-profiles.git bin cd bin ./setup.sh

Add to a folder (not a git repo) located in ~/Ansible

cd ~/Ansible git clone [email protected]:richard-scott/ansible-profiles.git bin