Skip to content
Snippets Groups Projects
Commit 6004a935 authored by Benjamin Graillot's avatar Benjamin Graillot
Browse files

Install ansible on otis

parent 90cfac86
No related branches found
No related tags found
No related merge requests found
......@@ -73,3 +73,7 @@
mail_snmp_server: smtp.adm.crans.org
roles:
- nullmailer
- hosts: otis.adm.crans.org
roles:
- ansible
---
- name: Install ansible
apt:
update_cache: true
name:
- ansible
register: apt_result
retries: 3
until: apt_result is succeeded
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment