1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

Group ansible hosts

This commit is contained in:
Yohann D'ANELLO
2020-09-06 12:32:17 +02:00
parent fcd1bb98a8
commit ae31cdf15e
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env ansible-playbook
---
- hosts: server
- hosts: all
vars_prompt:
- name: DB_PASSWORD
prompt: "Password of the database (leave it blank to skip database init)"