From 9dd731b604ff23d2473e269355635f479c8fe5d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 12 May 2022 10:02:56 +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 | 2 +- 2 files changed, 1 insertion(+), 2 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 cfdae9c..790d2a4 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: 9de1a4265c78d171d31385ae666d3abc99776f8c + version: 50eda0808cceaaad2a5c5cdb4493935f2e3a637d scm: git - name: infra-role-wireguard