Skip to content
Snippets Groups Projects
Commit 28c4c8f4 authored by nimrod's avatar nimrod
Browse files

Merge branch 'master' of /home/nimrod/Documents/Shore/Ansible/example

# Conflicts:
#	tests/playbook.yml
parents 0d065c21 46ba6ecd
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ retry_files_enabled = False
roles_path = .molecule/roles:.molecule/../roles:../:../../
command_warnings = True
deprecation_warnings = True
callback_whitelist = profile_tasks
[ssh_connection]
pipelining = True
......@@ -8,6 +8,7 @@
roles: [adarnimrod.debian-bootstrap]
- hosts: all
strategy: free
pre_tasks:
- name: Create SSH keypair
local_action: command ssh-keygen -t rsa -N '' -f files/id_rsa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment