Skip to content

Commit

Permalink
Update ansible and ceph-ansible
Browse files Browse the repository at this point in the history
Change-Id: Id69fdd7058d82d16c4d5048b0bb16b1446b7940a
  • Loading branch information
9seconds committed Apr 21, 2017
1 parent 921c88c commit 4a25693
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions backend/ansible/decapod_ansible/generate_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ def __str__(self):
"ask_pass": False,
"ask_sudo_pass": False,
"bin_ansible_callbacks": False,
"error_on_undefined_vars": True,
"fact_caching_connection": "/tmp/ansible_fact_cache",
"fact_caching": "jsonfile",
"fact_caching_timeout": 60 * 10, # 10 minutes
"gathering": "smart",
"gather_subset": "!facter,!ohai",
"host_key_checking": False,
"internal_poll_interval": "0.2",
Expand All @@ -93,10 +98,9 @@ def __str__(self):
"record_host_keys": False,
"record_host_keys": False,
"retry_files_enabled": False,
"retry_files_enabled": False,
"timeout": 10,
"transport": "smart",
"error_on_undefined_vars": True,
"retry_files_enabled": False
"transport": "smart"
}

SSH_CONFIG_OPTIONS = {
Expand Down
2 changes: 1 addition & 1 deletion backend/ansible/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


REQUIREMENTS = (
"ansible>2.2,<2.3",
"ansible>=2.3,<2.3.1",
"pymongo[tls]>=3.4,<3.5",
"jmespath>=0.9,<1.0"
)
Expand Down

0 comments on commit 4a25693

Please sign in to comment.