In chapter 3 (and probably a few other places), I mention setting variables like ansible_ssh_user in inventory. According to older docs from earlier versions of Ansible 2.x (see hashicorp/packer#3275 (comment)), these usages were silently deprecated (though still work for now as of 2.9.x).
I should update any examples where ansible_ssh_user or other ansible_ssh_* commands are used to use ansible_user (and so on). (Make sure to search entire text; there are also instances in Chapter 7 that I know of.)
The text was updated successfully, but these errors were encountered:
In chapter 3 (and probably a few other places), I mention setting variables like
ansible_ssh_user
in inventory. According to older docs from earlier versions of Ansible 2.x (see hashicorp/packer#3275 (comment)), these usages were silently deprecated (though still work for now as of 2.9.x).I should update any examples where
ansible_ssh_user
or otheransible_ssh_*
commands are used to useansible_user
(and so on). (Make sure to search entire text; there are also instances in Chapter 7 that I know of.)The text was updated successfully, but these errors were encountered: