Skip to content
Snippets Groups Projects
Commit b04c1867 authored by Michal Urban's avatar Michal Urban
Browse files

Update playbook.yml

parent e8c35e9d
No related branches found
No related tags found
No related merge requests found
......@@ -13,22 +13,6 @@
retries: 25
delay: 60
- name: Install Chrony on MAN node
hosts: man
strategy: free
gather_facts: no
become: yes
become_user: root
tasks:
- name: Run apt update
apt:
update_cache: yes
- name: Install Chrony
apt:
name: chrony
- name: remove stack name prefix from hostnames of ssh nodes
hosts:
- management
......@@ -52,6 +36,22 @@
mode: '0644'
timeout: 60
- name: Install Chrony on MAN node
hosts: man
strategy: free
gather_facts: no
become: yes
become_user: root
tasks:
- name: Run apt update
apt:
update_cache: yes
- name: Install Chrony
apt:
name: chrony
- name: Install and configure Guacamole daemon on MAN node
hosts: man
strategy: free
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment