summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-30 18:00:13 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-30 18:00:13 +0000
commit071058ea16675a499dc05cf00e9516f4786bb258 (patch)
treee2c394827ada6e2ca0deafc065621c3cac50c850
parentf32d9202997a78494a428fa8b5c1defc6a59dc04 (diff)
downloadinfrastructure-071058ea16675a499dc05cf00e9516f4786bb258.tar.gz
Disable gather_facts in another Ansible script, for speed
-rw-r--r--admin/sshd_config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/sshd_config.yaml b/admin/sshd_config.yaml
index dda981b2..aba6a9f1 100644
--- a/admin/sshd_config.yaml
+++ b/admin/sshd_config.yaml
@@ -1,5 +1,6 @@
---
- hosts: all
+ gather_facts: false
tasks:
- name: ensure SSH login with password is disabled
lineinfile: