1.0
This commit is contained in:
21
ansible/playbook/setup_auto_wordpress.yml
Normal file
21
ansible/playbook/setup_auto_wordpress.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
|
||||
- name: Clonage des scripts installations wordpress
|
||||
hosts: wordpress_installation
|
||||
become: yes
|
||||
|
||||
tasks:
|
||||
- name: Clonage
|
||||
command: git clone https://xmdrk.xyz/maxime/scripts_installation_wordpress
|
||||
args:
|
||||
create scripts_installations_wordpress
|
||||
notify: Git cloné
|
||||
|
||||
#- name: Lancement des scripts
|
||||
# command: bash
|
||||
|
||||
handlers:
|
||||
- name: Git cloné
|
||||
command : bash scripts_installations_wordpress/gen_mariadb.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user