- Add UFW configuration to secure server ports - Install additional packages including vim, zsh, and monitoring tools - Change default shell for 'deploy' user to zsh - Update .gitignore to include Ansible inventory files
5 lines
98 B
INI
5 lines
98 B
INI
[new_server]
|
|
127.0.0.1 ansible_user=deploy
|
|
|
|
[all:vars]
|
|
ansible_python_interpreter=/usr/bin/python3 |