diff --git a/playbooks/apt.yaml b/playbooks/apt.yaml index 7816cac..32026ab 100644 --- a/playbooks/apt.yaml +++ b/playbooks/apt.yaml @@ -14,6 +14,7 @@ install_recommends: true pkg: - ansible + - composer - curl - dia - fcitx5 @@ -38,6 +39,7 @@ - pkexec - puppet-lint - python3-yamlfix + - rsync - scdaemon - sway - sway-backgrounds diff --git a/playbooks/sunet.yaml b/playbooks/sunet.yaml index ca90a35..8889c91 100644 --- a/playbooks/sunet.yaml +++ b/playbooks/sunet.yaml @@ -17,7 +17,10 @@ - puppet-sunet platformrepos: - sunetdrive - + dockerrepos: + - nextcloud-custom + - dovecot-lda-docker + - postfix-docker connection: local become: false tasks: @@ -41,6 +44,12 @@ cmd: git clone {{ github }}/{{ item }} creates: /home/{{ uid }}/sunet/puppet/{{ item }} loop: "{{ puppetrepos }}" + - name: Get github docker-repos + ansible.builtin.command: + chdir: /home/{{ uid }}/sunet/docker + cmd: git clone {{ github }}/{{ item }} + creates: /home/{{ uid }}/sunet/docker/{{ item }} + loop: "{{ dockerrepos }}" - name: Get platform puppet-repos ansible.builtin.command: chdir: /home/{{ uid }}/sunet/puppet