diff --git a/chapitre-12/wiki.yml b/chapitre-12/wiki.yml new file mode 100644 index 0000000..0a7194a --- /dev/null +++ b/chapitre-12/wiki.yml @@ -0,0 +1,13 @@ +apache: + hosts: + apache[1:2]: + php_install: yes + +mysql: + hosts: + mysql1: {} + +haproxy: + hosts: + haproxy1: + ansible_python_interpreter: "/usr/bin/python3"