Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
|
ansible:ansible [2019/04/10 22:29] Frédéric Daniel Luc Lehobey [Git] |
ansible:ansible [2019/10/22 10:25] (Version actuelle) Frédéric Daniel Luc Lehobey [Modules] |
||
|---|---|---|---|
| Ligne 7: | Ligne 7: | ||
| * https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-the-control-machine | * https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-the-control-machine | ||
| - | ===== Git ===== | + | ===== Modules ===== |
| - | * https://docs.ansible.com/ansible/latest/modules/git_module.html | + | |
| + | * Apt : https://docs.ansible.com/ansible/latest/modules/apt_module.html | ||
| + | * Fichiers : https://docs.ansible.com/ansible/latest/modules/file_module.html | ||
| + | * get_url : https://docs.ansible.com/ansible/latest/modules/get_url_module.html | ||
| + | * Git : https://docs.ansible.com/ansible/latest/modules/git_module.html | ||
| + | * INI : https://docs.ansible.com/ansible/latest/modules/ini_file_module.html | ||
| + | * MySQL | ||
| + | * https://docs.ansible.com/ansible/latest/modules/mysql_db_module.html | ||
| + | * https://docs.ansible.com/ansible/latest/modules/mysql_user_module.html | ||
| + | * Utilisateurs et groupes | ||
| + | * https://docs.ansible.com/ansible/latest/modules/user_module.html | ||
| + | * unarchive : https://docs.ansible.com/ansible/latest/modules/unarchive_module.html | ||
| + | ==== Externes ==== | ||
| + | * php5enmod / php5dismod : https://gist.github.com/vpArth/7802008f55b86b4ee7179333329ecbde | ||
| + | |||
| + | ===== Vault ===== | ||
| + | * https://docs.ansible.com/ansible/latest/user_guide/vault.html | ||
| + | * https://docs.ansible.com/ansible/latest/user_guide/playbooks_vault.html#using-encrypt-string | ||
| + | |||
| + | ===== Documentations / exemples ===== | ||
| + | * PHP : https://stephenreescarter.net/how-to-deploy-a-basic-php-application-using-ansible/ | ||
| + | * MySQL : https://github.com/dannysheehan/ansible-role-mysql/blob/master/tasks/main.yml | ||
| ===== Installation simultanée de RPM ===== | ===== Installation simultanée de RPM ===== | ||