feat(ansible): Add common variables
This commit is contained in:
25
ansible/webserver-automation/group_vars/all.yml
Normal file
25
ansible/webserver-automation/group_vars/all.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
# Common variables
|
||||
|
||||
timezone: "UTC"
|
||||
|
||||
admin_users:
|
||||
- name: admin
|
||||
groups: sudo
|
||||
shell: /bin/bash
|
||||
|
||||
common_packages:
|
||||
- curl
|
||||
- wget
|
||||
- git
|
||||
- vim
|
||||
- htop
|
||||
- ufw
|
||||
|
||||
ssh_port: 22
|
||||
ssh_password_authentication: false
|
||||
|
||||
firewall_allowed_tcp_ports:
|
||||
- 22
|
||||
- 80
|
||||
- 443
|
||||
Reference in New Issue
Block a user