Browse Source

playbook: disable unnecessary facts gathering

Fabian Peter Hammerle 4 years ago
parent
commit
3cac09de70
2 changed files with 5 additions and 0 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 0
      ansible-playbook.yml

+ 4 - 0
CHANGELOG.md

@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
+### Fixed
+- sample playbook:
+  - disable unnecessary facts gathering
+  - pin docker image by specifying digest (no longer trust registry)
 
 ## [1.0.0] - 2020-01-04
 

+ 1 - 0
ansible-playbook.yml

@@ -1,5 +1,6 @@
 - hosts: [some-host]
   become: true
+  gather_facts: no
   tasks:
   - docker_network:
       name: tor