ansible.cfg: drop remote_user=admin from config

It made sense when there was only one admin.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-05-12 10:00:11 +02:00
parent 807acbde25
commit 37e89fdacb
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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