Tag: ansible
To use ansible on the Arch based system, either for a local provision or on
the VPS such as Linode or Contabo to name the ones that I have tested,
these steps are required:
Install Community General Collection:
ansible-galaxy collection install community.general
Optionally che…
After installing ansible package I start with listing all the available
roles:
ansible-galaxy list
I am immediately greeted with two warnings:
# /home/peterbabic/.ansible/roles
[WARNING]: - the configured path /usr/share/ansible/roles does not exist.
[WARNING]: - the configured …