diff --git a/ansible.cfg b/ansible.cfg index fa9c5ad..99dbf76 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -25,15 +25,3 @@ command_warnings = False pipelining = True ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o PreferredAuthentications=publickey - -[galaxy] -server_list = community_repo, rh-certified_repo - -[galaxy_server.community_repo] -url=https://conjur.thezengarden.net/api/galaxy/content/community/ -token=f16d439354f6747e3e27692469d90f2a7c28051e - -[galaxy_server.rh-certified_repo] -url=https://conjur.thezengarden.net/api/galaxy/content/rh-certified/ -token=f16d439354f6747e3e27692469d90f2a7c28051e -