Skip to content

Commit

Permalink
ansible-galaxy installs
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Nov 21, 2024
1 parent 77eb0f3 commit 7e2ae9f
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 32 deletions.
32 changes: 32 additions & 0 deletions files/collections.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
collections:
- name: ansible.netcommon
- name: ansible.posix
- name: ansible.utils
- name: ansible.windows
- name: azure.azcollection
- name: chocolatey.chocolatey
- name: community.crypto
- name: community.dns
- name: community.docker
- name: community.general
- name: community.hashi_vault
- name: community.libvirt
- name: community.mongodb
- name: community.mysql
- name: community.network
- name: community.postgresql
- name: community.rabbitmq
- name: community.windows
- name: community.zabbix
- name: containers.podman
- name: fortinet.fortimanager
- name: fortinet.fortios
- name: google.cloud
- name: hetzner.cloud
- name: kubernetes.core
- name: kubevirt.core
- name: microsoft.ad
- name: netapp.ontap
- name: netapp.netbox
- name: vmware.vmware
40 changes: 9 additions & 31 deletions files/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,10 @@
---
collections:
- name: ansible.netcommon
- name: ansible.posix
- name: ansible.utils
- name: ansible.windows
- name: azure.azcollection
- name: chocolatey.chocolatey
- name: community.crypto
- name: community.dns
- name: community.docker
- name: community.general
- name: community.hashi_vault
- name: community.libvirt
- name: community.mongodb
- name: community.mysql
- name: community.network
- name: community.postgresql
- name: community.rabbitmq
- name: community.windows
- name: community.zabbix
- name: containers.podman
- name: fortinet.fortimanager
- name: fortinet.fortios
- name: google.cloud
- name: hetzner.cloud
- name: kubernetes.core
- name: kubevirt.core
- name: microsoft.ad
- name: netapp.ontap
- name: netapp.netbox
- name: vmware.vmware
roles:
- src: geerlingguy.docker
name: docker
- src: bbaassssiiee.postgres_ssl
name: postgres
version: 1.1.1
- src: bbaassssiiee.nginx_ssl
name: nginx
version: 1.0.0
3 changes: 2 additions & 1 deletion roles/semaphore/templates/semaphore.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ StandardError=journal
SyslogIdentifier=semaphore

ExecStartPre=/bin/bash -c 'pip3.12 install --upgrade --user -r /home/semaphore/requirements.txt'
ExecStartPre=/bin/bash -c 'ansible-galaxy collection install --upgrade -r /home/semaphore/requirements.yml'
ExecStartPre=/bin/bash -c 'ansible-galaxy collection install --upgrade -r /home/semaphore/collections.yml'
ExecStartPre=/bin/bash -c 'ansible-galaxy install --upgrade -r /home/semaphore/requirements.yml'

[Install]
WantedBy=multi-user.target

0 comments on commit 7e2ae9f

Please sign in to comment.