Modern Ansible

This commit is contained in:
Emilien Mantel
2019-04-12 09:38:42 +02:00
parent fb4c70827c
commit 1ec3b388a0
7 changed files with 20 additions and 19 deletions

View File

@@ -5,7 +5,7 @@
name: root
host: "{{ item }}"
password: "{{ mariadb_root_password }}"
with_items:
loop:
- "{{ ansible_hostname }}"
- 127.0.0.1
- ::1
@@ -16,7 +16,7 @@
name: ''
host: "{{ item }}"
state: absent
with_items:
loop:
- "{{ ansible_hostname }}"
- 127.0.0.1
- ::1