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