diff options
author | Sacha Chua <sacha@sachachua.com> | 2025-09-23 12:14:19 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2025-09-23 12:14:19 -0400 |
commit | ecd72950a2ed9148e65bad18e9e358a2c63b7c35 (patch) | |
tree | b44737c3c5ac1cc6d96f1bd8acd410c60860812a /inventory.yml | |
parent | 576cb9e0be0992fb5d937a7d9bd95b657c3926eb (diff) | |
download | emacsconf-ansible-ecd72950a2ed9148e65bad18e9e358a2c63b7c35.tar.xz emacsconf-ansible-ecd72950a2ed9148e65bad18e9e358a2c63b7c35.zip |
Diffstat (limited to 'inventory.yml')
-rw-r--r-- | inventory.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inventory.yml b/inventory.yml index 76d796e..aa8732d 100644 --- a/inventory.yml +++ b/inventory.yml @@ -31,6 +31,7 @@ prod: ansible_ssh_user: orga ansible_python_interpreter: /usr/bin/python3 ansible_become: true + update_cache: false wiki: ansible_host: front0.emacsconf.org remote_user: orga @@ -43,6 +44,7 @@ prod: ansible_ssh_user: orga ansible_python_interpreter: /usr/bin/python3 ansible_become: true + update_cache: false media: ansible_host: media.emacsconf.org remote_user: sachac |