[meta] rename ansible dir to meta

pull/37/head
Alpha Chen 3 years ago
parent 69ec1efe01
commit 0e3fb23adc

@ -16,7 +16,7 @@ On the control machine:
``` ```
brew install ansible brew install ansible
git clone --recursive git@github.com:kejadlen/dotfiles git clone --recursive git@github.com:kejadlen/dotfiles
cd dotfiles/ansible cd dotfiles/meta
echo HOST > hosts.private echo HOST > hosts.private

@ -16,7 +16,7 @@ brew install ansible
git clone --recursive https://github.com/kejadlen/dotfiles.git ~/.dotfiles git clone --recursive https://github.com/kejadlen/dotfiles.git ~/.dotfiles
# Run Ansible # Run Ansible
cd ~/.dotfiles/ansible cd ~/.dotfiles/meta
echo "localhost ansible_connection=local" > hosts.private echo "localhost ansible_connection=local" > hosts.private
ansible-playbook main.yml --ask-become-pass ansible-playbook main.yml --ask-become-pass
``` ```

@ -104,12 +104,12 @@
- name: link .zshrc.local - name: link .zshrc.local
file: file:
src: ~/.dotfiles/ansible/irregular-apocalypse/.zshrc.local src: ~/.dotfiles/meta/irregular-apocalypse/.zshrc.local
dest: ~/.zshrc.local dest: ~/.zshrc.local
state: link state: link
- name: link SSH config.local - name: link SSH config.local
file: file:
src: ~/.dotfiles/ansible/irregular-apocalypse/.ssh/config.local src: ~/.dotfiles/meta/irregular-apocalypse/.ssh/config.local
dest: ~/.ssh/config.local dest: ~/.ssh/config.local
state: link state: link
Loading…
Cancel
Save