Change 'ansible-tower-service' to 'automation-controller-service'

This commit is contained in:
beeankha 2021-04-12 10:56:55 -04:00
parent 311c44341e
commit 7c13d749b1

View File

@ -131,7 +131,7 @@ For users who wish to manage SSH authentication from controlling instances to is
* **Provisioning** - Provisioning Instances after installation is supported by updating the `inventory` file and re-running the setup playbook. It's important that this file contain all passwords and information used when installing the cluster, or other instances may be reconfigured (this can be done intentionally).
* **Deprovisioning** - Tower does not automatically de-provision instances since it cannot distinguish between an instance that was taken offline intentionally or due to failure. Instead, the procedure for de-provisioning an instance is to shut it down (or stop the `ansible-tower-service`) and run the Tower de-provision command:
* **Deprovisioning** - Tower does not automatically de-provision instances since it cannot distinguish between an instance that was taken offline intentionally or due to failure. Instead, the procedure for de-provisioning an instance is to shut it down (or stop the `automation-controller-service`) and run the Tower de-provision command:
```
$ awx-manage deprovision_instance --hostname=<hostname>