問題タブ [ansible-tower]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
239 参照

ansible - Ansible Tower のインストール方法

Ansible Tower をインストールしていますが、コマンドを実行する ansible-playbook -i inventory install.ymlと、以下のエラーが表示されます。

TASK [local_docker : Start the containers] ************************************************************** fatal: [node1@node1]: FAILED! => {"changed": false, "msg": "Error connecting: Error while fetching server API version: ('Connection aborted.', error(2, 'No such file or directory'))"}

AWX で使用されているモジュールに問題があるのでしょうか?

新しいエラー:

TASK [local_docker : Start the containers] ************************************************************************************************************************************************************************ [DEPRECATION WARNING]: The 'docker_service' module has been renamed to 'docker_compose'.. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. fatal: [node1@node1]: FAILED! => {"changed": false, "errors": [], "module_stderr": "Creating awx_memcached ... \r\nCreating awx_rabbitmq ... \r\nCreating awx_postgres ... \r\n\r\u001b[3BCreating awx_web ... \r\n\r\u001b[1B", "module_stdout": "Trying to pull repository docker.io/library/memcached ... \nalpine: Pulling from docker.io/library/memcached\nDigest: sha256:32b7f473564fc8b38dbc37d9e90e36d36833f103f057fd16baf1d431361d4b34\nStatus: Downloaded newer image for docker.io/memcached:alpine\nTrying to pull repository docker.io/library/postgres ... \n10: Pulling from docker.io/library/postgres\nDigest: sha256:9ee979b15082e0bd9526fde1717ffea0059e3bad936d5be9e9e5f3404f5d9375\nStatus: Downloaded newer image for docker.io/postgres:10\nTrying to pull repository docker.io/ansible/awx_rabbitmq ... \n3.7.4: Pulling from docker.io/ansible/awx_rabbitmq\nDigest: sha256:3ff448f979149a0684c61b0f00eb0fe7bc480b123323aa80fb3bb8934027f895\nStatus: Downloaded newer image for docker.io/ansible/awx_rabbitmq:3.7.4\nTrying to pull repository docker.io/ansible/awx_web ... \n7.0.0: Pulling from docker.io/ansible/awx_web\nDigest: sha256:4204b802a37bd7cf5389ca775aff0de3780e11e3a964b1c110efebee1f9a07e7\nStatus: Downloaded newer image for docker.io/ansible/awx_web:7.0.0\nTrying to pull repository docker.io/ansible/awx_task ... \n7.0.0: Pulling from docker.io/ansible/awx_task\nDigest: sha256:481ba73fcd9141e8be6462e29fb58f0da7f9ddf3952af57b3567ae5102939151\nStatus: Downloaded newer image for docker.io/ansible/awx_task:7.0.0\n", "msg": "Error starting project unknown cause"}

0 投票する
2 に答える
718 参照

python - Ansible AWX を介して追加の変数を渡す際の未定義の変数エラー

ユーザーを作成するためのプレイブックがあります。3 つの変数すべてがハードコーディングされている場合、プレイブックは正常に動作しますが、変数を渡すとエラーが発生します。追加の変数を使用して AWX コンソールからこの Playbook を実行したところ、「未定義の変数エラー」が発生しました。

プレイブック

追加変数

を使用してパスワードハッシュを作成しましたmkpasswd --method=sha-512

以下は私が得ているエラーです

0 投票する
1 に答える
34 参照

ansible - Ansible Tower GUI で認証情報を設定する

資格情報の種類として「マシン」を選択しました。

最小限の資格情報を設定するためにユーザー名とパスワードのフィールドに必要なパラメーターは何ですか。複数回試行すると、次のようになります。

/tmp/awx_1977135_t5pmrI/credential_4343 のパスフレーズを入力してください:

何も入力するオプションはありません。