Where to store Ansible host file on Mac OS X

后端 未结 6 1271
暗喜
暗喜 2021-01-29 23:12

I am trying to get started with Ansible to provision my Vagrantbox, but I can’t figure out how to deal with host files.

According to the documentation the should be stor

6条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-30 00:05

    On Mac i used sudo find / -type d -name "ansible" 2> /dev/null to find it, but i don't have .../ansible/hosts folder from the box, maybe because i installed using brew as i read above, so i created at path/etc/ansible/hosts

提交回复
热议问题