build provisionning roles
This commit is contained in:
parent
5f03388156
commit
1a1ef1b4db
@ -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
5
provisionning.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
- hosts: all
|
||||||
|
roles:
|
||||||
|
- ansible-arch-provissionning
|
||||||
|
- ansible_bootstrap
|
Loading…
Reference in New Issue
Block a user