update
This commit is contained in:
17
inventories/production/group_vars/all.yml
Normal file
17
inventories/production/group_vars/all.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
# Configuration globale pour la production
|
||||
environment: production
|
||||
timezone: Europe/Paris
|
||||
|
||||
# Utilisateur Ansible
|
||||
ansible_user: ansible
|
||||
ansible_become: yes
|
||||
ansible_become_method: sudo
|
||||
|
||||
# Configuration SSH
|
||||
ssh_port: 22
|
||||
ssh_allow_users: ["ansible", "minecraft"]
|
||||
|
||||
# Configuration Firewall
|
||||
firewall_enabled: true
|
||||
firewall_default_policy: deny
|
Reference in New Issue
Block a user