Closed simonLeary42 closed 2 years ago
servername: localhost
is just a default and what we test against. servername
is an important configuration for us, Open OnDemand, but in terms of getting this installed somewhere you need to utilize Ansible inventories.
https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html
So I defined my host in the inventory, and that worked, but then I got this error:
TASK [ood-ansible-2.0.6 : install the rpm repo's key] **************************************************************************************
fatal: [ood]: FAILED! => {"changed": false, "msg": "Failed to find required executable \"rpm\" in paths: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"}
this is 2.0.6 and the host is running ubuntu 20.04
nevermind, I need to install from source.
how do I override all these localhosts and apply this role to a remote host?