Skip to content

Commit

Permalink
run site.yml during bootstrap
Browse files Browse the repository at this point in the history
* supply '-u root' as otherwise it will use current user
  • Loading branch information
Mikhail Sobolev committed Nov 23, 2014
1 parent 13d4c09 commit 1306af6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ export ANSIBLE_HOST_KEY_CHECKING=False
export ANSIBLE_SSH_ARGS="-o PreferredAuthentications=password,keyboard-interactive -o ControlPersist=10m"

exec ansible-playbook bootstrap.yml $*
exec ansible-playbook site.yml -u root $*

0 comments on commit 1306af6

Please sign in to comment.