diff --git a/README.md b/README.md index 6e73ed96..596c486b 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ From command-line: export organization_id=1 /usr/sbin/foreman-rake rh_cloud_inventory:sync +## Hints + +**Configure** / **Inventory Upload** / **Configure Cloud Connector** runs an ansible Playbook on the Foreman Server which requires Inventory information to be readable. In order to do so, _/tmp_ has to be mounted without the _noexec_ mount flag. Adjust _/etc/systemd/system/tmp.mount.d/tmp_options.conf_ accordingly and remount _/tmp_ afterwards. + ## TODO *Todo list here* diff --git a/app/views/job_templates/cloud_connector.erb b/app/views/job_templates/cloud_connector.erb index f4292e18..80f5c51c 100644 --- a/app/views/job_templates/cloud_connector.erb +++ b/app/views/job_templates/cloud_connector.erb @@ -31,6 +31,6 @@ feature: ansible_configure_cloud_connector --- - hosts: all vars: - satellite_cloud_connector_url: "<%= foreman_server_url %>" + foreman_cloud_connector_url: "<%= foreman_server_url %>" roles: - - redhat.satellite_operations.cloud_connector + - theforeman.operations.cloud_connector