From 37e89fdacba5e8a0d6a17847d8f5b36298ef8711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 12 May 2022 10:00:11 +0200 Subject: [PATCH] ansible.cfg: drop remote_user=admin from config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It made sense when there was only one admin. Signed-off-by: Jakub SokoĊ‚owski --- ansible.cfg | 1 - ansible/requirements.yml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 253f9a8..8c3cf84 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,7 +3,6 @@ forks = 30 timeout = 30 inventory = ./ansible/terraform.py lookup_plugins = ./ansible/lookup_plugins -remote_user = admin module_name = shell host_key_checking = false # human-readable stdout/stderr results display diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 8effae7..e240e09 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -11,7 +11,7 @@ - name: infra-role-bootstrap-linux src: git@github.com:status-im/infra-role-bootstrap-linux.git - version: 5b968c376a6ffedd1a65d47658200b52c67a1d61 + version: 50eda0808cceaaad2a5c5cdb4493935f2e3a637d scm: git - name: infra-role-wireguard @@ -26,7 +26,7 @@ - name: infra-role-geth src: git@github.com:status-im/infra-role-geth.git - version: 9647eaeaf5331fde07a33fe9d5194e78e3c5cd95 + version: b57e87edad6b59a4208fd09d166ca7a0514ce7ad scm: git - name: infra-role-nim-codex