This commit is contained in:
2023-11-20 07:52:38 +03:00
parent 95ff715b79
commit 1b3b9ab34e
4 changed files with 2 additions and 29 deletions

View File

@@ -0,0 +1 @@
https://app.vagrantup.com/maks1ms/boxes/alt-server-v-10

View File

@@ -1,17 +0,0 @@
---
- name: Provision
hosts: default
become: true
become_method: su
gather_facts: false
vars:
become_password: vagrant
tasks:
- name: Shell
ansible.builtin.shell: |
mkdir -pm 700 /home/vagrant/.ssh
curl -q -o /home/vagrant/.ssh/authorized_keys https://raw.githubusercontent.com/mitchellh/vagrant/master/keys/vagrant.pub
chmod 0600 /home/vagrant/.ssh/authorized_keys
chown -R vagrant:vagrant /home/vagrant/.ssh
echo "vagrant ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/vagrant
chmod 0440 /etc/sudoers.d/vagrant

View File

@@ -16,7 +16,4 @@ boot_command = [
"e<wait><down><down><down><end><spacebar>",
"ai curl=http://{{ .HTTPIP }}:{{ .HTTPPort }}/",
"<f10>"
]
setup_playbook = "./alt-server-v-10/setup.yml"
setup_script = "./alt-server-v-10/setup.sh"
]