Details
-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:0.25
-
Epic Link:
-
Sprint:Spring 7 : 13 Apr to 24 Apr
Description
Please investigate and hopefully fix the cause of this error encountered upon running ansible playbooks for appstore:
quoting error
Ansible ec2-user $ ansible-playbook main.yml
[WARNING]: No inventory was parsed, only implicit localhost is available
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does
not match 'all'
[WARNING]: Could not match supplied host pattern, ignoring: local
PLAY [local] ***********************************************************************************************
skipping: no hosts matched
[WARNING]: Could not match supplied host pattern, ignoring: ec2_server
PLAY [ec2_server] ******************************************************************************************
skipping: no hosts matched
PLAY RECAP **************************************************************************************
ansible --version returns:
ansible 2.9.6
config file = /home/ec2-user/appstore-playbooks/Ansible/ansible.cfg
configured module search path = ['/home/ec2-user/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/python3.7/site-packages/ansible
executable location = /usr/local/bin/ansible
python version = 3.7.6 (default, Feb 26 2020, 20:54:15) [GCC 7.3.1 20180712 (Red Hat 7.3.1-6)]
cc: Chester Dias