AWXインストール時に「(libselinux-python) aren't installed!」が発生。
事象
- AWXをインストールしようと
install.yml
を実行すると、以下のエラーが発生。
TASK [local_docker : Create Docker Compose Configuration] ***************************************************
ok: [localhost] => (item=environment.sh)
ok: [localhost] => (item=credentials.py)
failed: [localhost] (item=docker-compose.yml) => {"ansible_loop_var": "item", "changed": false, "checksum": "7672c67601f56377417a0dcaee5cb3349c876e8d", "item": "docker-compose.yml", "msg": "Aborting, target uses selinux but python bindings (libselinux-python) aren't installed!"}
ok: [localhost] => (item=nginx.conf)
- 環境
- CentOS Linux release 7.7.1908 (Core)
- Python 2.7.5
原因
- AWXインストールに必要となる
SE Linux
が見つからない。
対処
- python2の場合、
libselinux-python
をインストールする。 - python3の場合、
python3-libselinux
をインストールする。
yum -y install libselinux-python
yum -y install python3-libselinux
Author And Source
この問題について(AWXインストール時に「(libselinux-python) aren't installed!」が発生。), 我々は、より多くの情報をここで見つけました https://qiita.com/yuta_k0911/items/7b43275d90ddd590d6bf著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .