I wanted to try out net-mgmt/semaphore from ports, so I spun up a VM and installed from binary pkg. After running semaphore -setup I can start the service, but if I open the URL I just get a 404 Not found. I get the feeling that something is missing from the installation, but I haven't found it...
My ansible role looks like this:
---
- name: Download supervisord
pkgng:
name:
- py37-supervisor
state: present
After executing this role, it returns
fatal: [1.2.3.4]: FAILED! => {"changed": false, "msg": "failed to install py37-supervisor: ", "stderr": "pkg: No packages...
I would like to use ansible also to upgrade all installed packages on a host. Checking ansible's documentation for pkgng, it looks easy enough, so I created this little playbook:
tingo@kg-core2$ cat fbsd-pkg-upgrade.yml
# upgrade all installed packages
- hosts: all
roles:
- fbsd-upgrade...
I want to configure my FreeBSD virtual machine with Ansible but run into the following issue:
>vagrant provision
==> white: Running provisioner: ansible_local...
white: Installing Ansible...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.