Skip to content
Snippets Groups Projects
Commit 81cb6ffe authored by Radosław Piliszek's avatar Radosław Piliszek :flag_ua:
Browse files

Fix the ansible part

parent e3867a93
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,6 @@
- hosts: all
gather_facts: no
become: yes
vars:
ansible_ssh_private_key_file: "{{instance_server_public_key}}"
ansible_ssh_user: "ubuntu"
tasks:
- name: Update repositories
apt:
......@@ -27,7 +24,7 @@
- name: Install sample site
copy:
dest: ""
dest: "{{ item }}"
content: |
<!doctype html>
<html lang="en">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment