summaryrefslogtreecommitdiffstats
path: root/inventory.yml
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-15 01:24:28 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-15 01:24:28 -0400
commitd4ab5684cfe5ce16fab6f604ef49843a1e78f946 (patch)
treef8d71aae5814a1e4330d4ca2a4457dd6ab27d128 /inventory.yml
parent4229be28d7ecbafe1747af03c4267164b0801abe (diff)
downloademacsconf-ansible-d4ab5684cfe5ce16fab6f604ef49843a1e78f946.tar.xz
emacsconf-ansible-d4ab5684cfe5ce16fab6f604ef49843a1e78f946.zip
Work around docker not having sudo
Diffstat (limited to 'inventory.yml')
-rw-r--r--inventory.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory.yml b/inventory.yml
index 10e7a2d..2c52301 100644
--- a/inventory.yml
+++ b/inventory.yml
@@ -5,13 +5,16 @@ prod:
remote_user: orga
ansible_ssh_user: orga
ansible_python_interpreter: /usr/bin/python3
+ ansible_become: true
publish:
ansible_host: front0.emacsconf.org
remote_user: orga
ansible_ssh_user: orga
ansible_python_interpreter: /usr/bin/python3
+ ansible_become: true
pad:
ansible_host: front0.emacsconf.org
remote_user: orga
ansible_ssh_user: orga
ansible_python_interpreter: /usr/bin/python3
+ ansible_become: true