Pārlūkot izejas kodu

Comments out ansible stuff

Fred Damstra [io2] 4 gadi atpakaļ
vecāks
revīzija
5ffcc9921a
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 3 2
      .bashrc

+ 3 - 2
.bashrc

@@ -189,8 +189,9 @@ export LESS="-R"
 
 eval $(thefuck --alias)
 
-export ANSIBLE_INVENTORY=~/ansible/ansible_hosts
-export ANSIBLE_HOST_KEY_CHECKING=False
+# These are legacy
+#export ANSIBLE_INVENTORY=~/ansible/ansible_hosts
+#export ANSIBLE_HOST_KEY_CHECKING=False
 
 # Make sure vundle is installed
 [ -f ~/.vim/bundle/Vundle.vim/autoload/vundle.vim ] || git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim