Skip to content

flada-auxv/dotfiles_ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages