Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masoninthesis/6bef62e70332a9dc8109f20fa14da16e to your computer and use it in GitHub Desktop.
Save masoninthesis/6bef62e70332a9dc8109f20fa14da16e to your computer and use it in GitHub Desktop.
Error from running Ansible/Trellis command
ansible-playbook 2.8.0
config file = /Users/masoninthesis/Sites/appulsemed/trellis/ansible.cfg
configured module search path = [u'/Users/masoninthesis/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /Users/masoninthesis/Library/Python/2.7/lib/python/site-packages/ansible
executable location = /usr/local/bin/ansible-playbook
python version = 2.7.16 (default, Feb 29 2020, 01:55:37) [GCC 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0.29.20) (-macos10.15-objc-
Using /Users/masoninthesis/Sites/appulsemed/trellis/ansible.cfg as config file
host_list declined parsing /Users/masoninthesis/Sites/appulsemed/trellis/hosts/development as it did not pass it's verify_file() method
script declined parsing /Users/masoninthesis/Sites/appulsemed/trellis/hosts/development as it did not pass it's verify_file() method
auto declined parsing /Users/masoninthesis/Sites/appulsemed/trellis/hosts/development as it did not pass it's verify_file() method
Parsed /Users/masoninthesis/Sites/appulsemed/trellis/hosts/development inventory source with ini plugin
host_list declined parsing /Users/masoninthesis/Sites/appulsemed/trellis/hosts/production as it did not pass it's verify_file() method
script declined parsing /Users/masoninthesis/Sites/appulsemed/trellis/hosts/production as it did not pass it's verify_file() method
auto declined parsing /Users/masoninthesis/Sites/appulsemed/trellis/hosts/production as it did not pass it's verify_file() method
Parsed /Users/masoninthesis/Sites/appulsemed/trellis/hosts/production inventory source with ini plugin
host_list declined parsing /Users/masoninthesis/Sites/appulsemed/trellis/hosts/staging as it did not pass it's verify_file() method
script declined parsing /Users/masoninthesis/Sites/appulsemed/trellis/hosts/staging as it did not pass it's verify_file() method
auto declined parsing /Users/masoninthesis/Sites/appulsemed/trellis/hosts/staging as it did not pass it's verify_file() method
Parsed /Users/masoninthesis/Sites/appulsemed/trellis/hosts/staging inventory source with ini plugin
statically imported: /Users/masoninthesis/Sites/appulsemed/trellis/roles/common/tasks/disable_challenge_sites.yml
statically imported: /Users/masoninthesis/Sites/appulsemed/trellis/roles/common/tasks/reload_nginx.yml
statically imported: /Users/masoninthesis/Sites/appulsemed/trellis/roles/users/tasks/connection-warnings.yml
statically imported: /Users/masoninthesis/Sites/appulsemed/trellis/roles/letsencrypt/tasks/setup.yml
statically imported: /Users/masoninthesis/Sites/appulsemed/trellis/roles/letsencrypt/tasks/nginx.yml
statically imported: /Users/masoninthesis/Sites/appulsemed/trellis/roles/common/tasks/reload_nginx.yml
statically imported: /Users/masoninthesis/Sites/appulsemed/trellis/roles/letsencrypt/tasks/certificates.yml
statically imported: /Users/masoninthesis/Sites/appulsemed/trellis/roles/wordpress-setup/tasks/database.yml
statically imported: /Users/masoninthesis/Sites/appulsemed/trellis/roles/wordpress-setup/tasks/self-signed-certificate.yml
statically imported: /Users/masoninthesis/Sites/appulsemed/trellis/roles/wordpress-setup/tasks/nginx-client-cert.yml
statically imported: /Users/masoninthesis/Sites/appulsemed/trellis/roles/wordpress-setup/tasks/nginx-includes.yml
statically imported: /Users/masoninthesis/Sites/appulsemed/trellis/roles/wordpress-setup/tasks/nginx.yml
statically imported: /Users/masoninthesis/Sites/appulsemed/trellis/roles/common/tasks/disable_challenge_sites.yml
Traceback (most recent call last):
File "/usr/local/bin/ansible-playbook", line 129, in <module>
have_cli_options = cli is not None and cli.options is not None
AttributeError: 'PlaybookCLI' object has no attribute 'options'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment