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

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

parents 914cf103 6785200a
Branches
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
library = library library = library
host_key_checking = False host_key_checking = False
retry_files_enabled = False 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 callback_whitelist = profile_tasks
......
--- ---
- hosts: unattended-upgrades-openbsd - hosts: unattended-upgrades-openbsd
gather_facts: false gather_facts: false
roles: [adarnimrod.openbsd-bootstrap] roles: [openbsd-bootstrap]
- hosts: unattended-upgrades-xenial - hosts: unattended-upgrades-xenial
gather_facts: false gather_facts: false
roles: [adarnimrod.debian-bootstrap] roles: [debian-bootstrap]
- hosts: all - hosts: all
strategy: free strategy: free
......
ansible==2.2.0.0 ansible==2.2.0.0
testinfra==1.4.5 testinfra==1.4.5
molecule==1.16.1 molecule==1.17.0
ansible-lint==3.4.7 ansible-lint==3.4.9
pre-commit==0.9.4 pre-commit==0.9.4
piprot==0.9.7 piprot==0.9.7
python-vagrant==0.5.14 python-vagrant==0.5.14
docker-py==1.10.6 docker-py==1.10.6
netaddr==0.7.18
passlib==1.7.0
bcrypt==3.1.2
--- ---
- src: adarnimrod.openbsd-bootstrap - src: adarnimrod.openbsd-bootstrap
name: openbsd-bootstrap
- src: adarnimrod.debian-bootstrap - src: adarnimrod.debian-bootstrap
name: debian-bootstrap
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment