Reorganisation et toilettage...

This commit is contained in:
phil
2023-12-21 23:18:43 +01:00
parent 71d35bb498
commit 3f565e0dac
33 changed files with 13 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
search gsb.lan
domain gsb.lan
nameserver 172.16.0.1

View File

@@ -0,0 +1,12 @@
---
- name: Create mysql user
mysql_user:
host: "{{ cli_ip }}"
name: "{{ maria_dbuser }}"
password: "{{ maria_dbpasswd }}"
priv: "*.*:ALL"
- name: Copie du fichier resolv.conf
copy:
src: resolv.conf
dest: /etc/resolv.conf