Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #730 from deNBI/staging_dev_merge
Browse files Browse the repository at this point in the history
Staging dev merge
  • Loading branch information
dweinholz authored Jun 3, 2021
2 parents f8b3601 + c46cb4c commit 266cb9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions VirtualMachineService/ancon/Playbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,8 @@ def add_always_tasks_only(self, playbook_name):
)

def run_it(self):
command_string = (
"/usr/local/bin/ansible-playbook -t 30 -vvvv -i {0} {1}/{2}".format(
self.inventory.name, self.directory.name, self.playbook_exec_name
)
command_string = "/usr/local/bin/ansible-playbook -v -i {0} {1}/{2}".format(
self.inventory.name, self.directory.name, self.playbook_exec_name
)
LOG.info(f"Run Playbook with command {command_string}")
command_string = shlex.split(command_string)
Expand Down
2 changes: 0 additions & 2 deletions ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[defaults]
host_key_checking = False
record_host_key = False
roles_path = ~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/code/VirtualMachineService/ancon/playbooks/roles

[paramiko_connection]
host_key_checking = False
record_host_key = False
env:ANSIBLE_PARAMIKO_HOST_KEY_CHECKING
var: ansible_paramiko_host_key_checking

0 comments on commit 266cb9a

Please sign in to comment.