--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/cf4c5dd3-f1f5-43ba-a958-4d72c35c0234%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-p...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/3c817f29-b3bf-4ad8-9c2e-3655cfecfe1b%40googlegroups.com.
Sujith
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/fafe179a-792f-4972-9f76-0e6581be44fa%40googlegroups.com.
plug and play with the hosts by using these two awx_instance_group_web & awx_instance_group_task inventory groups. It is all about your desire how many web nodes and task nodes you would like to have since HA doesn't require to run AWX web container in all nodes."To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/6d9f8bd0-c62b-4fc0-9cdf-778d3b8bad27%40googlegroups.com.
127.0.0.1 | FAILED! => { "changed": false, "msg": "argument port is of type <type 'str'> and we were unable to convert to int: invalid literal for int() with base 10: ''"}Using /etc/ansible/ansible.cfg as config file127.0.0.1 | FAILED! => { "changed": false, "elapsed": 300, "msg": "Timeout when waiting for :11211"}Using /etc/ansible/ansible.cfg as config file127.0.0.1 | FAILED! => { "changed": false, "elapsed": 300, "msg": "Timeout when waiting for :5672"}ermissionError: [Errno 13] Permission denied: '/etc/tower/conf.d/credentials.py'Traceback (most recent call last): File "/usr/bin/awx-manage", line 11, in <module> load_entry_point('awx==4.0.0.0', 'console_scripts', 'awx-manage')() File "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/awx/__init__.py", line 124, in manage prepare_env() File "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/awx/__init__.py", line 89, in prepare_env if not settings.DEBUG: # pragma: no cover File "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/django/conf/__init__.py", line 56, in __getattr__ self._setup(name) File "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/django/conf/__init__.py", line 41, in _setup self._wrapped = Settings(settings_module) File "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/django/conf/__init__.py", line 110, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 994, in _gcd_import File "<frozen importlib._bootstrap>", line 971, in _find_and_load File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 665, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 678, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/awx/settings/production.py", line 85, in <module> include(settings_file, optional(settings_files), scope=locals()) File "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/split_settings/tools.py", line 101, in include with open(included_file, 'rb') as to_compile:PermissionError: [Errno 13] Permission denied: '/etc/tower/conf.d/credentials.py'2019-04-09 18:37:28,022 INFO exited: dispatcher (exit status 1; not expected)2019-04-09 18:37:28,040 INFO gave up: dispatcher entered FATAL state, too many start retries too quickly2019-04-09 18:37:28,041 INFO exited: callback-receiver (exit status 1; not expected)2019-04-09 18:37:29,043 INFO gave up: callback-receiver entered FATAL state, too many start retries too quicklyTo unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/c6381295-0cbb-4e1c-a892-ec26d5b8d8b0%40googlegroups.com.
---- name: Build Docker Images in Primary Nodedocker_image:path: "/var/lib/awx/build_image"dockerfile: "{{ item.file }}"name: "{{ item.name }}"tag: "{{ item.version }}"force: yeswith_items:- { file: Dockerfile, name: awx_web_ha, version: "{{ awx_web_tag }}" }- { file: Dockerfile.task, name: awx_task_ha, version: "{{ awx_task_tag }}" }when: inventory_hostname in groups['awx_instance_group_web']- name: Build Docker Images in Agent Nodesdocker_image:path: "/var/lib/awx/build_image"dockerfile: "{{ item.file }}"name: "{{ item.name }}"tag: "{{ item.version }}"force: yeswith_items:- { file: Dockerfile.task, name: awx_task_ha, version: "{{ awx_task_tag }}" }when: inventory_hostname not in groups['awx_instance_group_web']
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/c6381295-0cbb-4e1c-a892-ec26d5b8d8b0%40googlegroups.com.