This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
rht
/
ansible-examples
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
1aeee65d5f
Branches
Tags
main
misc
nonstandard-playbook
parallelism
standard-playbook
standard-role
ansible-exam...
/
tests
/
deploy-apache.yml
deploy-apache.yml
85 B
Historique
Raw
1
2
3
4
5
6
7
---
- hosts: all
vars_files:
- vars.yml
roles:
- myroles.deploystuff
...