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 ...@@ -5,6 +5,7 @@ retry_files_enabled = False
roles_path = .molecule/roles:.molecule/../roles:../:../../ roles_path = .molecule/roles:.molecule/../roles:../:../../
command_warnings = True command_warnings = True
deprecation_warnings = True deprecation_warnings = True
callback_whitelist = profile_tasks
[ssh_connection] [ssh_connection]
pipelining = True pipelining = True
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
roles: [adarnimrod.debian-bootstrap] roles: [adarnimrod.debian-bootstrap]
- hosts: all - hosts: all
strategy: free
pre_tasks: pre_tasks:
- name: Create SSH keypair - name: Create SSH keypair
local_action: command ssh-keygen -t rsa -N '' -f files/id_rsa 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