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

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

# Conflicts:
#	tests/playbook.yml
parents c87c59a7 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
become: False become: False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment