Exercice: commit initial
This commit is contained in:
8
17.1_variable/apache.yml
Normal file
8
17.1_variable/apache.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: install apache via ansible playbook
|
||||
hosts: test
|
||||
user: formation
|
||||
become: true
|
||||
roles:
|
||||
- { role: myapache, servername: 'thomas.fr' }
|
||||
- { role: myapache, servername: 'sophie.fr' }
|
||||
Reference in New Issue
Block a user