diff options
Diffstat (limited to '')
-rw-r--r-- | inventory.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inventory.yml b/inventory.yml index 7f80dae..8dfee04 100644 --- a/inventory.yml +++ b/inventory.yml @@ -24,6 +24,12 @@ prod: ansible_ssh_user: orga ansible_python_interpreter: /usr/bin/python3 ansible_become: true + stream: + ansible_host: live0.emacsconf.org + remote_user: orga + ansible_ssh_user: orga + ansible_python_interpreter: /usr/bin/python3 + ansible_become: true all: hosts: localhost: |