From 1a1ef1b4dbfcae266f4b93c6be129fcd2e2bf7ac Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 18 Mar 2021 22:35:44 +0100 Subject: [PATCH] build provisionning roles --- ansible.cfg | 3 +-- provisionning.yml | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 provisionning.yml diff --git a/ansible.cfg b/ansible.cfg index 6c0d146..0a92e3f 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -8,7 +8,6 @@ # finds first [defaults] - # some basic default values... #inventory = /etc/ansible/hosts @@ -371,7 +370,7 @@ retry_files_enabled = False # ssh arguments to use # Leaving off ControlPersist will result in poor performance, so 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. # This is the "%(directory)s" in the control_path option diff --git a/provisionning.yml b/provisionning.yml new file mode 100644 index 0000000..73f551a --- /dev/null +++ b/provisionning.yml @@ -0,0 +1,5 @@ +--- +- hosts: all + roles: + - ansible-arch-provissionning + - ansible_bootstrap