summaryrefslogtreecommitdiffstats
path: root/inventory.yml
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-12 20:28:41 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-12 20:28:41 -0400
commit28d2d8a0da8b624d0a256ac492afe7605fa8d260 (patch)
tree13966a255ea5659c0d8749799007e4c6b0e0e52d /inventory.yml
parentb0d8ea0d60bcf4626b84d20e99ea2fe93353b825 (diff)
downloademacsconf-ansible-28d2d8a0da8b624d0a256ac492afe7605fa8d260.tar.xz
emacsconf-ansible-28d2d8a0da8b624d0a256ac492afe7605fa8d260.zip
Be able to deploy pad to live0
Diffstat (limited to 'inventory.yml')
-rw-r--r--inventory.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/inventory.yml b/inventory.yml
new file mode 100644
index 0000000..1e7f55e
--- /dev/null
+++ b/inventory.yml
@@ -0,0 +1,13 @@
+prod:
+ hosts:
+ front:
+ ansible_host: front0.emacsconf.org
+ remote_user: orga
+ publish:
+ ansible_host: front0.emacsconf.org
+ remote_user: orga
+ pad:
+ ansible_host: live0.emacsconf.org
+ remote_user: orga
+ ansible_ssh_user: orga
+ ansible_python_interpreter: /usr/bin/python3