diff options
author | Sacha Chua <sacha@sachachua.com> | 2025-09-22 14:28:30 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2025-09-22 14:28:30 -0400 |
commit | 5c81e73d546fbc804477f4c4a5145400e2daac3e (patch) | |
tree | 0fbc2edf0b4952f15f0151e1f9a9f40df3bc1d64 /vagrant-inventory.yml | |
parent | 8f272a96965fb15be36ce3666e1f7533353759b0 (diff) | |
download | emacsconf-ansible-5c81e73d546fbc804477f4c4a5145400e2daac3e.tar.xz emacsconf-ansible-5c81e73d546fbc804477f4c4a5145400e2daac3e.zip |
Switch to systemli.etherpad role: currently installs etherpad 2.5.0
Diffstat (limited to 'vagrant-inventory.yml')
-rw-r--r-- | vagrant-inventory.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vagrant-inventory.yml b/vagrant-inventory.yml new file mode 100644 index 0000000..7e58cd3 --- /dev/null +++ b/vagrant-inventory.yml @@ -0,0 +1,10 @@ +vagrant: + hosts: + pad: + ansible_host: 127.0.0.1 + ansible_port: 2200 + ansible_user: vagrant + ansible_private_key_file: /home/sacha/proj/emacsconf/emacsconf-ansible/test/front/.vagrant/machines/pad/virtualbox/private_key + ansible_python_interpreter: /usr/bin/python3 + ansible_become: true + emacsconf_group: org |