ansible/playbooks/install_morefine.yaml

15 lines
301 B
YAML
Raw Normal View History

2023-07-31 09:25:55 +00:00
- hosts: morefine
name: Install morefine
2023-07-31 10:16:35 +00:00
become: yes
2023-07-31 10:35:21 +00:00
become_user: jd
2023-07-31 09:25:55 +00:00
tasks:
- name: Install ldap packages
ansible.builtin.apt:
name:
- curl
2023-07-31 10:05:29 +00:00
- yakuake
2023-07-31 10:41:24 +00:00
- software-properties-common
- apt-transport-https
- wget
- gpg