Browse Source

remote_user: root is handled in inventory file

Blaine Story 2 years ago
parent
commit
f5e6b44fe2
4 changed files with 0 additions and 4 deletions
  1. 0 1
      plays/bootstrap-kodi.yml
  2. 0 1
      plays/bootstrap-kodi2.yml
  3. 0 1
      plays/bootstrap.yml
  4. 0 1
      plays/nix.yml

+ 0 - 1
plays/bootstrap-kodi.yml

@@ -1,7 +1,6 @@
 ---
 - hosts: bootstrap
   gather_facts: false
-  remote_user: root
   become: true
   vars:
     ansible_host_key_checking: false

+ 0 - 1
plays/bootstrap-kodi2.yml

@@ -1,7 +1,6 @@
 ---
 - hosts: bootstrap
   gather_facts: false
-  remote_user: root
   become: true
   vars:
     ansible_host_key_checking: false

+ 0 - 1
plays/bootstrap.yml

@@ -1,7 +1,6 @@
 ---
 - hosts: bootstrap
   gather_facts: false
-  remote_user: root
   become: true
   vars:
     ansible_host_key_checking: false

+ 0 - 1
plays/nix.yml

@@ -2,7 +2,6 @@
 # This playbook works best when run with "--tags nix"
 - hosts: kodi
   gather_facts: true
-  remote_user: root
   become: true
   pre_tasks:
     - ansible.builtin.include_vars: ../vars/vault.yaml