Override less Ansible settings (#224)

* Do not escalate privileges by default

* Do not disable host key checking by default

* Do not mute deprecation warnings by default

* Provide ansible.cfg only as an example

The new example file does ONLY contain options that are related to this
playbook.

* Remove explicit inventory path from scripts

The inventory file is specified in ansible.cfg, see README.md.
This commit is contained in:
Simon Leiner
2023-02-06 04:52:44 +01:00
committed by GitHub
parent 96c49c864e
commit 49d6d484ae
6 changed files with 7 additions and 26 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
ansible-playbook reset.yml -i inventory/my-cluster/hosts.ini
ansible-playbook reset.yml