build provisionning roles

This commit is contained in:
vincent 2021-03-18 22:35:44 +01:00
parent 5f03388156
commit 1a1ef1b4db
2 changed files with 6 additions and 2 deletions

View File

@ -8,7 +8,6 @@
# finds first # finds first
[defaults] [defaults]
# some basic default values... # some basic default values...
#inventory = /etc/ansible/hosts #inventory = /etc/ansible/hosts
@ -371,7 +370,7 @@ retry_files_enabled = False
# ssh arguments to use # ssh arguments to use
# Leaving off ControlPersist will result in poor performance, so use # Leaving off ControlPersist will result in poor performance, so use
# paramiko on older platforms rather than removing it, -C controls compression use # paramiko on older platforms rather than removing it, -C controls compression use
ssh_args = -o ForwardAgent=yes -C -o ControlMaster=auto -o ControlPersist=60s ssh_args = -o ForwardAgent=yes -C -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
# The base directory for the ControlPath sockets. # The base directory for the ControlPath sockets.
# This is the "%(directory)s" in the control_path option # This is the "%(directory)s" in the control_path option

5
provisionning.yml Normal file
View File

@ -0,0 +1,5 @@
---
- hosts: all
roles:
- ansible-arch-provissionning
- ansible_bootstrap