Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 649 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 649 Bytes

dotfiles_ansible

usage

ansible-playbook -i hosts site.yml -K

# execute only specific role(s)
ansible-playbook -i hosts site.yml -K --tags #{role_name}

# skip only specific role(s)
ansible-playbook -i hosts site.yml -K --skip-tags #{role_name}

とあるクリーンインスコのコマンド履歴

$ ssh-keygen -t rsa -C "[email protected]"
$ ssh-add ~/.ssh/id_rsa
$ git clone [email protected]:flada-auxv/dotfiles_ansible.git
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew install ansible
$ sudo xcodebuild -license
$ ansible-playbook -i hosts site.yml -K