unit_type
string
repo_path
string
commit_id
string
stars
int32
unit_prefix
string
shard
int32
license_types
list
files
list
quality
dict
flags
dict
ansible_role
habibimustafa/ansible-vagrant-nomad-cluster
1a1bc037ad20beeda0abd6764fad785b69ab7781
0
roles/consul-encrypt
7,199
[ "no_license" ]
[ { "path": "roles/consul-encrypt/tasks/main.yml", "content": "---\n- file:\n path: /var/lib/consul/serf/local.keyring\n state: absent\n\n- set_fact:\n encryption_key: \"{{ hostvars['localhost'].encryption_key }}\"\n\n- shell: cat /etc/consul.d/consul.hcl\n register: consul_conf\n\n- debug:\n msg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 771, "all_permissive": false }
ansible_role
habibimustafa/ansible-vagrant-nomad-cluster
1a1bc037ad20beeda0abd6764fad785b69ab7781
0
roles/consul-install
7,199
[ "no_license" ]
[ { "path": "roles/consul-install/templates/conf.consul.client.j2", "content": "server = false\ndatacenter = \"dc1\"\nnode_name = \"{{ ansible_hostname }}\"\ndata_dir = \"/var/lib/consul\"\nbind_addr = \"{{ ansible_enp0s8['ipv4']['address'] }}\"\nclient_addr = \"127.0.0.1\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3132, "all_permissive": false }
ansible_role
habibimustafa/ansible-vagrant-nomad-cluster
1a1bc037ad20beeda0abd6764fad785b69ab7781
0
roles/consul-upgrade
7,199
[ "no_license" ]
[ { "path": "roles/consul-upgrade/tasks/main.yml", "content": "---\n- name: Create consul snapshot for backup\n shell: consul snapshot save consul-backup.snap\n retries: 3\n delay: 3\n register: consul_snap\n until: consul_snap.rc == 0\n\n- name: Inspect the created snapshot\n shell: consul snapshot ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2863, "all_permissive": false }
ansible_role
habibimustafa/ansible-vagrant-nomad-cluster
1a1bc037ad20beeda0abd6764fad785b69ab7781
0
roles/docker-install
7,199
[ "no_license" ]
[ { "path": "roles/docker-install/defaults/main.yml", "content": "apt_packages:\n - acl\n - apt-transport-https\n - ca-certificates\n - curl\n - dbus-user-session\n - gnupg\n - iptables\n - libpam-systemd\n - lsb-release\n - python3-pexpect\n - python3-pip\n - python3-six\n - uidmap\n\n# rootfull...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 9005, "all_permissive": false }
ansible_role
habibimustafa/ansible-vagrant-nomad-cluster
1a1bc037ad20beeda0abd6764fad785b69ab7781
0
roles/node-wait
7,199
[ "no_license" ]
[ { "path": "roles/node-wait/tasks/main.yml", "content": "---\n- name: Waiting for new instance ready\n wait_for_connection:\n timeout: 60\n\n- debug: msg=\"Ready to connect new node\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 123, "all_permissive": false }
ansible_role
habibimustafa/ansible-vagrant-nomad-cluster
1a1bc037ad20beeda0abd6764fad785b69ab7781
0
roles/nomad-bootstrap
7,199
[ "no_license" ]
[ { "path": "roles/nomad-bootstrap/tasks/main.yml", "content": "- name: Get first play hostname\n set_fact:\n first_play_hostname: \"{{ ansible_play_hosts|first }}\"\n\n- name: Initialize ACL\n shell: nomad acl bootstrap -json\n register: nomad_acl\n when:\n - ansible_hostname == first_play_hostname...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1897, "all_permissive": false }
ansible_role
habibimustafa/ansible-vagrant-nomad-cluster
1a1bc037ad20beeda0abd6764fad785b69ab7781
0
roles/nomad-install
7,199
[ "no_license" ]
[ { "path": "roles/nomad-install/templates/cert.worker.crt.j2", "content": "{{'{{'}} with secret \"pki_int/issue/nomad-cluster\" \"common_name=client.southeast.asia.global.nomad\" \"ttl=24h\" \"alt_names=localhost\" \"ip_sans=127.0.0.1,{{ ansible_enp0s8['ipv4']['address'] }}\" {{'}}'}}\n{% raw %}{{ .Data.cert...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 10456, "all_permissive": false }
ansible_role
habibimustafa/ansible-vagrant-nomad-cluster
1a1bc037ad20beeda0abd6764fad785b69ab7781
0
roles/sentry-install
7,199
[ "no_license" ]
[ { "path": "roles/sentry-install/tasks/main.yml", "content": "---\n- name: Clone self hosted sentry repository\n git:\n repo: https://github.com/getsentry/self-hosted.git\n dest: /opt/sentry\n depth: 1\n force: yes\n accept_hostkey: yes\n\n- name: Installing sentry\n shell: ./install.sh --sk...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
habibimustafa/ansible-vagrant-nomad-cluster
1a1bc037ad20beeda0abd6764fad785b69ab7781
0
roles/vagrant-init
7,199
[ "no_license" ]
[ { "path": "roles/vagrant-init/defaults/main.yml", "content": "---\ndefault_memory: 512\nworker_memory: 2048\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/vagrant-init/templates/conf.vagrantfile.j2", "content": "# -*- mode: ruby -*-\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1941, "all_permissive": false }
ansible_role
habibimustafa/ansible-vagrant-nomad-cluster
1a1bc037ad20beeda0abd6764fad785b69ab7781
0
roles/vagrant-newnode
7,199
[ "no_license" ]
[ { "path": "roles/vagrant-newnode/tasks/main.yml", "content": "---\n- include: newnode.yml\n loop: \"{{ node_groups }}\"\n loop_control:\n loop_var: node_group\n when: node_groups is defined\n\n- include: newnode.yml\n when: node_group is defined\n", "license_type": "no_license", "detected_lic...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1337, "all_permissive": false }
ansible_role
habibimustafa/ansible-vagrant-nomad-cluster
1a1bc037ad20beeda0abd6764fad785b69ab7781
0
roles/vault-bootstrap
7,199
[ "no_license" ]
[ { "path": "roles/vault-bootstrap/tasks/main.yml", "content": "- name: Get first play hostname\n set_fact:\n first_play_hostname: \"{{ ansible_play_hosts|first }}\"\n\n- name: Initialize Vault Token\n shell: vault operator init -format=json\n register: vault_tokens\n when: ansible_hostname == first_pl...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4001, "all_permissive": false }
ansible_role
habibimustafa/ansible-vagrant-nomad-cluster
1a1bc037ad20beeda0abd6764fad785b69ab7781
0
roles/vault-install
7,199
[ "no_license" ]
[ { "path": "roles/vault-install/templates/conf.vault.server.j2", "content": "listener \"tcp\" {\n address = \"0.0.0.0:8200\"\n cluster_address = \"0.0.0.0:8201\"\n tls_disable = true\n}\n\nstorage \"consul\" {\n address = \"127.0.0.1:8500\"\n path = \"vault/\"\n}\n\napi_addr = \"http:/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1095, "all_permissive": false }
ansible_role
LaboratoryOfPlasmaPhysics/bbone_sensors
c6482dc747058abcb4c10c896347d8a826e0d342
0
ansible/roles/bbone
7,201
[ "no_license" ]
[ { "path": "ansible/roles/bbone/tasks/main.yaml", "content": "- set_fact: hostname=\"{{ host_entry }}\"\n when: hostname is undefined\n\n- set_fact: IP=\"{{ hostvars[host_entry]['ansible_host'] }}\"\n when: IP is undefined\n\n- name: set hostname \n hostname:\n name: \"{{ hostname }}\"\n\n- name: Set ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4345, "all_permissive": false }
ansible_role
alex-virodov/digital_slide_archive
a7f7af7df2c16bf72703de9bc827369080370ab8
2
ansible/roles/common
7,201
[ "no_license" ]
[ { "path": "ansible/roles/common/set_environment.py", "content": "#!/usr/bin/env python\n\nimport copy\nimport os\nimport sys\n\n\ndef adjust_ids(user_name): # noqa\n \"\"\"\n Make sure that the specified user matches the host user, the user's group\n matches the host group, and the user is a membe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 9797, "all_permissive": false }
ansible_role
alex-virodov/digital_slide_archive
a7f7af7df2c16bf72703de9bc827369080370ab8
2
ansible/roles/girder
7,201
[ "no_license" ]
[ { "path": "ansible/roles/girder/templates/worker.local.cfg.j2", "content": "[celery]\napp_main=girder_worker\nbroker=amqp://guest:guest@{{ mq_private_ip }}/\nbackend=rpc://guest:guest@{{ mq_private_ip }}/\n\n[girder_worker]\n\n[logging]\nlevel = debug\nformat = [%%(asctime)s] %%(levelname)s: %%(message)s\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 9594, "all_permissive": false }
ansible_role
alex-virodov/digital_slide_archive
a7f7af7df2c16bf72703de9bc827369080370ab8
2
ansible/roles/mq
7,201
[ "no_license" ]
[ { "path": "ansible/roles/mq/tasks/main.yml", "content": "---\n- name: Install rabbitmq system package\n become: true\n apt: update-cache=yes name=rabbitmq-server state=present\n\n- name: Enable rabbitmq-server to survive reboot\n become: true\n service: name=rabbitmq-server enabled=yes\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
alex-virodov/digital_slide_archive
a7f7af7df2c16bf72703de9bc827369080370ab8
2
ansible/roles/provision
7,201
[ "no_license" ]
[ { "path": "ansible/roles/provision/tasks/main.yml", "content": "---\n- name: Wait for girder to report version\n girder:\n port: \"{{ girder_socket_port|string }}\"\n scheme: \"{{ girder_socket_scheme }}\"\n get:\n path: \"system/version\"\n token: None\n register: ret\n until: \"ret and...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 10496, "all_permissive": false }
ansible_role
alex-virodov/digital_slide_archive
a7f7af7df2c16bf72703de9bc827369080370ab8
2
ansible/roles/worker
7,201
[ "no_license" ]
[ { "path": "ansible/roles/worker/tasks/main.yml", "content": "---\n- name: Install gpg dependencies\n apt:\n update_cache: yes\n name:\n - gpg-agent\n state: present\n install_recommends: no\n become: true\n when: docker is undefined\n\n# Note: Some configuration (likely SNI) on download....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4510, "all_permissive": false }
ansible_role
vladiksun/vagrant
aa0d775ed60840a85ecbab383d5c38f149e4761b
0
gluu-ubuntu-xenial/ansible/roles/gluu-server
7,201
[ "no_license" ]
[ { "path": "gluu-ubuntu-xenial/ansible/roles/gluu-server/vars/all.yml", "content": "---\ngluu_modules_list:\n download_wars: downloadWars\n oxauth: installOxAuth\n oxtrust: installOxTrust\n ldap: installLDAP\n httpd: installHTTPD\n saml: installSaml\n asimba: installAsimba\n cas: installCas\n oxauth...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 6318, "all_permissive": false }
ansible_role
cristeyneee/CPE_MIDEXAM_GURA
7ae4fdd12f1b07047d53766b0ea2f3ddc53bf64f
0
roles/roles/nagios
7,201
[ "no_license" ]
[ { "path": "roles/roles/nagios/tasks/main.yml", "content": "---\n- name: Install required packages for Nagios on Ubuntu\n when: ansible_distribution == \"Ubuntu\"\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - wget\n - curl\n - gcc\n - make\n - libgd-dev\n - apache2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 785, "all_permissive": false }
ansible_role
Wesitos/Ansible_servidor
13abe569fabeabbdf8aeb50600df24c7b5245450
0
roles/common
7,201
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n#Repository actions\n\n- name: Add the EPEL yum repo (x86)\n command: /bin/rpm -U \"http://fedora.cu.be/epel/6/i386/epel-release-6-8.noarch.rpm\" creates=/etc/yum.repos.d/epel.repo\n when: ansible_architecture == \"x86\"\n tags: repo\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1186, "all_permissive": false }
ansible_role
Wesitos/Ansible_servidor
13abe569fabeabbdf8aeb50600df24c7b5245450
0
roles/mysql
7,201
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n#Inicio del equivalente del secure_installation\n- name: Start the MySQL service\n action: service name=mysqld state=started\n\n #\n- name: Update mysql root password for all root accounts\n mysql_user: name=root host={{ item }} password={{ mysql_r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 846, "all_permissive": false }
ansible_role
Wesitos/Ansible_servidor
13abe569fabeabbdf8aeb50600df24c7b5245450
0
roles/webserver
7,201
[ "no_license" ]
[ { "path": "roles/webserver/vars/main.yml", "content": "---\n\n#Indica si quieres que estos servicios se inicien automaticamente\nhttpd_at_boot: yes\nmysqld_at_boot: yes\n\n#Indica si se utilizaran los repositorios oficiales para\n#Instalar php y mysql\nmysql_php_repo_oficial: no\n\n#\nlan_address: \"192.168...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1008, "all_permissive": false }
ansible_role
bingops-com/labops
f94538fbb4335fcaaa22fe635d00a16e4580754c
0
ansible/roles/helm
7,201
[ "no_license" ]
[ { "path": "ansible/roles/helm/tasks/install.yml", "content": "---\n\n- name: Retrieve helm binary archive.\n ansible.builtin.unarchive:\n src: \"https://get.helm.sh/helm-v{{ helm_version }}-linux-amd64.tar.gz\"\n dest: \"/tmp\"\n remote_src: true\n\n- name: Verify extracted helm binary.\n ansible...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 749, "all_permissive": false }
ansible_role
bingops-com/labops
f94538fbb4335fcaaa22fe635d00a16e4580754c
0
ansible/roles/k3s
7,201
[ "no_license" ]
[ { "path": "ansible/roles/k3s/tasks/install.yml", "content": "---\n\n- name: Update apt package index\n ansible.builtin.apt:\n update_cache: true\n upgrade: true\n\n- name: Install dependencies\n ansible.builtin.package:\n name: curl\n state: present\n\n- name: Download the K3s installation scr...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2673, "all_permissive": false }
ansible_role
connormason/dotfiles
f1f99e7ead876ec011b6d84ae66b410bbd61b40a
1
roles/debian
7,201
[ "no_license" ]
[ { "path": "roles/debian/tasks/main.yml", "content": "---\n\n# NOTE: Using commands here instead of `ansible.builtin.systemd` because for some reason masking was not working\n- name: Configure sleep/suspend/hibernate\n block:\n - name: \"{{ 'Enable' if systemd_allow_sleep else 'Disable' }} sleep\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1377, "all_permissive": false }
ansible_role
connormason/dotfiles
f1f99e7ead876ec011b6d84ae66b410bbd61b40a
1
roles/docker
7,201
[ "no_license" ]
[ { "path": "roles/docker/templates/env.j2", "content": "DNSIMPLE_OAUTH_TOKEN={{ dnsimple_oauth_token }}\nWEBPASSWORD={{ <PASSWORD> }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/docker/files/docker-compose.yml", "content": "---\nvers...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 11820, "all_permissive": false }
ansible_role
connormason/dotfiles
f1f99e7ead876ec011b6d84ae66b410bbd61b40a
1
roles/git
7,201
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "- name: Copy .gitconfig\n when: inventory_hostname != 'localhost'\n copy:\n src: gitconfig\n dest: \"{{ ansible_user_dir }}/.gitconfig\"\n tags:\n - configfile\n\n- name: Symlink .gitconfig\n when: inventory_hostname == 'localhost'\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 392, "all_permissive": false }
ansible_role
connormason/dotfiles
f1f99e7ead876ec011b6d84ae66b410bbd61b40a
1
roles/hammerspoon
7,201
[ "no_license" ]
[ { "path": "roles/hammerspoon/defaults/main.yml", "content": "hammerspoon_config_dir: \"{{ ansible_user_dir }}/.hammerspoon\"\nhammerspoon_config_src: \"{{ dotfiles_home }}/roles/hammerspoon/files/init.lua\"\nhammerspoon_config_dest: \"{{ hammerspoon_config_dir }}/init.lua\"\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5247, "all_permissive": false }
ansible_role
connormason/dotfiles
f1f99e7ead876ec011b6d84ae66b410bbd61b40a
1
roles/iterm
7,201
[ "no_license" ]
[ { "path": "roles/iterm/tasks/main.yml", "content": "---\n- name: Set iTerm custom preferences folder\n community.general.osx_defaults:\n domain: com.googlecode.iterm2\n key: PrefsCustomFolder\n type: string\n value: \"{{ dotfiles_home }}/roles/iterm/files/\"\n state: present\n\n- name: Confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 671, "all_permissive": false }
ansible_role
connormason/dotfiles
f1f99e7ead876ec011b6d84ae66b410bbd61b40a
1
roles/macos
7,201
[ "no_license" ]
[ { "path": "roles/macos/README.md", "content": "# macos\n\nmacOS installation tasks\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/macos/tasks/main.yml", "content": "---\n- name: Install macOS command-line tools\n include_role:\n na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 845, "all_permissive": false }
ansible_role
connormason/dotfiles
f1f99e7ead876ec011b6d84ae66b410bbd61b40a
1
roles/macos_dock
7,201
[ "no_license" ]
[ { "path": "roles/macos_dock/tasks/main.yml", "content": "---\n- name: Install dockutil\n community.general.homebrew_cask:\n name: \"{{ dockutil_homebrew_cask }}\"\n state: present\n notify:\n - Clear homebrew cache\n tags:\n - dock\n\n- name: Remove all items from Dock\n ansible.builtin.comm...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2584, "all_permissive": false }
ansible_role
connormason/dotfiles
f1f99e7ead876ec011b6d84ae66b410bbd61b40a
1
roles/macos_settings
7,201
[ "no_license" ]
[ { "path": "roles/macos_settings/tasks/io.yml", "content": "---\n- name: Disable auto-correct\n block:\n - name: Disable auto-correct (clear)\n community.general.osx_defaults:\n domain: NSGlobalDomain\n key: NSAutomaticSpellingCorrectionEnabled\n state: absent\n\n - name: Dis...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 22302, "all_permissive": false }
ansible_role
connormason/dotfiles
f1f99e7ead876ec011b6d84ae66b410bbd61b40a
1
roles/python
7,201
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: Install global python packages\n ansible.builtin.pip:\n name: \"{{ item }}\"\n executable: /usr/bin/pip3\n with_items: \"{{ global_python_packages }}\"\n\n- name: Install pipx packages\n community.general.pipx:\n name: \"{{ item }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 650, "all_permissive": false }
ansible_role
connormason/dotfiles
f1f99e7ead876ec011b6d84ae66b410bbd61b40a
1
roles/samba
7,201
[ "no_license" ]
[ { "path": "roles/samba/tasks/main.yml", "content": "---\n- name: Install Samba\n become: true\n ansible.builtin.apt:\n pkg:\n - samba\n - smbclient\n\n- name: Register Samba version\n become: true\n ansible.builtin.shell: >\n set -o nounset -o pipefail -o errexit &&\n smbd --version |...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5895, "all_permissive": false }
ansible_role
connormason/dotfiles
f1f99e7ead876ec011b6d84ae66b410bbd61b40a
1
roles/ssh
7,201
[ "no_license" ]
[ { "path": "roles/ssh/README.md", "content": "# ssh\n\n- Non-local hosts: generates an SSH key pair and authorizes it with GitHub\n- Local macOS hosts: ensures SSH keys are automatically loaded into ssh-agents\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 161 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1654, "all_permissive": false }
ansible_role
connormason/dotfiles
f1f99e7ead876ec011b6d84ae66b410bbd61b40a
1
roles/tailscale
7,201
[ "no_license" ]
[ { "path": "roles/tailscale/README.md", "content": "# tailscale\n\nSets up [Tailscale VPN](https://tailscale.com/).\nUses [artis3n.tailscale role](https://github.com/artis3n/ansible-role-tailscale)\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, { "path": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 303, "all_permissive": false }
ansible_role
connormason/dotfiles
f1f99e7ead876ec011b6d84ae66b410bbd61b40a
1
roles/zfs
7,201
[ "no_license" ]
[ { "path": "roles/zfs/tasks/main.yml", "content": "---\n- name: Install zfs\n block:\n - name: Add Debian contrib apt repository\n become: true\n ansible.builtin.command: \"apt-add-repository contrib -y\"\n\n - name: Update apt package index\n become: true\n ansible.builtin.apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 933, "all_permissive": false }
ansible_role
connormason/dotfiles
f1f99e7ead876ec011b6d84ae66b410bbd61b40a
1
roles/zsh
7,201
[ "no_license" ]
[ { "path": "roles/zsh/files/zprofile", "content": "# include .zshrc if it exists\nif [ -f \"$HOME/.zshrc\" ]; then\n . \"$HOME/.zshrc\"\nfi\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5692, "all_permissive": false }
ansible_role
janassov-bex/ansible
c925285d964b1ba7e01623b7d6bd193cf4d1e88b
0
roles/nginx.install
7,201
[ "no_license" ]
[ { "path": "roles/nginx.install/tasks/main.yml", "content": "---\n# tasks file for nginx.install\n- name: install nginx RedHat\n yum:\n name: nginx\n state: \"{{ nginx_install_state }}\"\n when: ansible_os_family == \"RedHat\"\n\n- name: install nginx RedHat\n apt:\n name: nginx\n state: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 466, "all_permissive": false }
ansible_role
janassov-bex/ansible
c925285d964b1ba7e01623b7d6bd193cf4d1e88b
0
roles/package-list.install
7,201
[ "no_license" ]
[ { "path": "roles/package-list.install/tasks/main.yml", "content": "---\n# tasks file for package-list.install\n- name: install list of packages RedHat\n yum:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ package_list_yum }}\"\n when: ansible_os_family == \"RedHat\"\n\n- name: install list of...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": false }
ansible_role
janassov-bex/ansible
c925285d964b1ba7e01623b7d6bd193cf4d1e88b
0
roles/package-list.uninstall
7,201
[ "no_license" ]
[ { "path": "roles/package-list.uninstall/tasks/main.yml", "content": "---\n# tasks file for package-list.install\n- name: uninstall list of packages RedHat\n yum:\n name: \"{{ item }}\"\n state: absent\n loop: \"{{ package_list_yum }}\"\n when: ansible_os_family == \"RedHat\"\n\n- name: uninstall li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 365, "all_permissive": false }
ansible_role
janassov-bex/ansible
c925285d964b1ba7e01623b7d6bd193cf4d1e88b
0
roles/users.create
7,201
[ "no_license" ]
[ { "path": "roles/users.create/defaults/main.yml", "content": "---\n# defaults file for users.create", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/users.create/tasks/main.yml", "content": "---\n# tasks file for users.create\n- name: crea...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 286, "all_permissive": false }
ansible_role
janassov-bex/ansible
c925285d964b1ba7e01623b7d6bd193cf4d1e88b
0
roles/users.delete
7,201
[ "no_license" ]
[ { "path": "roles/users.delete/defaults/main.yml", "content": "---\n# defaults file for users.delete", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/users.delete/tasks/main.yml", "content": "---\n# tasks file for users.delete\n- name: dele...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 204, "all_permissive": false }
ansible_role
muskan399/Role_for_MultiNode_K8s-Cluster_on_AWS
d9f3c7babae56c96264c861425cef81766b5a1ae
0
roles/K8s_master
7,201
[ "no_license" ]
[ { "path": "roles/K8s_master/defaults/main.yml", "content": "---\n# defaults file for K8s_master\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/K8s_master/handlers/main.yml", "content": "---\n# handlers file for K8s_master\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2376, "all_permissive": false }
ansible_role
muskan399/Role_for_MultiNode_K8s-Cluster_on_AWS
d9f3c7babae56c96264c861425cef81766b5a1ae
0
roles/K8s_slave
7,201
[ "no_license" ]
[ { "path": "roles/K8s_slave/tasks/main.yml", "content": "---\n# tasks file for K8s_master\n\n- name: Configuring YUM Repo For K8S Services\n yum_repository:\n name: kubernetes\n description: kubernetes repo\n baseurl: https://packages.cloud.google.com/yum/repos/kubernetes-el7-\\$basearch\n gpgch...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1580, "all_permissive": false }
ansible_role
muskan399/Role_for_MultiNode_K8s-Cluster_on_AWS
d9f3c7babae56c96264c861425cef81766b5a1ae
0
roles/aws_instances
7,201
[ "no_license" ]
[ { "path": "roles/aws_instances/vars/main.yml", "content": "---\n# vars file for aws_instances\nkey_name: \"os_key\"\ngroup_name: \"ansible_sg\"\naws_profile: \"muskan\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/aws_instances/tests/te...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1426, "all_permissive": false }
ansible_role
muskan399/Role_for_MultiNode_K8s-Cluster_on_AWS
d9f3c7babae56c96264c861425cef81766b5a1ae
0
roles/multi-tier-app
7,201
[ "no_license" ]
[ { "path": "roles/multi-tier-app/files/wordpress.yml", "content": "apiVersion: apps/v1\nkind: ReplicaSet\nmetadata:\n name: mywp\nspec:\n replicas: 1\n selector:\n matchLabels:\n env: dev\n app: server\n template:\n metadata:\n name: mywppod1\n labels:\n env: dev\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 4119, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/aws_eks/playbooks/roles/aws_eks
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/aws_eks/playbooks/roles/aws_eks/defaults/main.yml", "content": "eks_cluster_name: \"{{ resource_prefix }}\"\neks_subnets:\n - zone: a\n cidr: 10.0.1.0/24\n - zone: b\n cidr: 10.0.2.0/24\n - zone: c\n cidr: 10.0.3.0/24\n\neks_security_groups:\n - name: \"{{ ek...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6666, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/binary_modules/roles/test_binary_modules
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/binary_modules/roles/test_binary_modules/tasks/main.yml", "content": "- debug: var=ansible_system\n\n- name: ping\n ping:\n when: ansible_system != 'Win32NT'\n\n- name: win_ping\n win_ping:\n when: ansible_system == 'Win32NT'\n\n- name: Hello, World!\n action: \"hell...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1108, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/check_mode/roles/test_check_mode
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/check_mode/roles/test_check_mode/tasks/main.yml", "content": "# test code for the template module\n# (c) 2014, <NAME> <<EMAIL>>\n\n# This file is part of Ansible\n#\n# Ansible is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1759, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/elb_target/playbooks/roles/elb_target
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/elb_target/playbooks/roles/elb_target/tasks/main.yml", "content": "---\n - name: set up elb_target test prerequisites\n\n block:\n\n - name:\n debug: msg=\"********** Setting up elb_target test dependencies **********\"\n # =================================...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 96039, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/handlers/roles/test_force_handlers
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/handlers/roles/test_force_handlers/handlers/main.yml", "content": "- name: echoing handler\n command: echo CALLED_HANDLER_{{ inventory_hostname }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "test/integrati...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 786, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/handlers/roles/test_handlers_include
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/handlers/roles/test_handlers_include/tasks/main.yml", "content": "- name: 'main task'\n debug: msg='main task'\n changed_when: True\n notify: test handler\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "test...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 113, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/handlers/roles/test_handlers_include_role
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/handlers/roles/test_handlers_include_role/tasks/main.yml", "content": "# This file is part of Ansible\n#\n# Ansible is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1511, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/handlers/roles/test_handlers_listen
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/handlers/roles/test_handlers_listen/handlers/main.yml", "content": "---\n- name: notify_listen_ran_4_3\n set_fact:\n notify_listen_ran_4_3: True\n listen: notify_listen\n\n- name: notify_listen_in_role_4\n set_fact:\n notify_listen_in_role_4: True\n listen: noti...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 344, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/hash/roles/test_hash_behaviour
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/hash/roles/test_hash_behaviour/tasks/main.yml", "content": "# test code for the hash variable behaviour\n# (c) 2014, <NAME> <<EMAIL>>\n\n# This file is part of Ansible\n#\n# Ansible is free software: you can redistribute it and/or modify\n# it under the terms of the GNU G...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1276, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/include_import/apply/roles/include_role
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/include_import/apply/roles/include_role/tasks/main.yml", "content": "- set_fact:\n include_role_result: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 42, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/include_import/roles/delegated_handler
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/include_import/roles/delegated_handler/handlers/main.yml", "content": "- name: delegated assert handler\n assert:\n that:\n - ansible_delegated_vars is defined\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 154, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/include_import/roles/nested_include_task
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/include_import/roles/nested_include_task/tasks/main.yml", "content": "---\n- include_tasks: ./runa.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "test/integration/targets/include_import/roles/nested_includ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 124, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/include_import/roles/role2
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/include_import/roles/role2/tasks/main.yml", "content": "- debug:\n msg: In role2\n register: _role2_result\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 53, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/includes/roles/test_includes
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/includes/roles/test_includes/tasks/branch_toplevel.yml", "content": "# 'canary2' used instead of 'canary', otherwise a \"recursive loop detected in\n# template string\" occurs when both includes use static=yes\n- include: 'leaf_sublevel.yml canary2={{ canary }}'\n static...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3159, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/includes/roles/test_includes_free
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/includes/roles/test_includes_free/tasks/main.yml", "content": "- name: this needs to be here\n debug:\n msg: \"hello\"\n- include: inner.yml\n with_items:\n - '1'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 132, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/lookup_paths/roles/showfile
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/lookup_paths/roles/showfile/tasks/main.yml", "content": "- name: relative to role\n set_fact: role_result=\"{{lookup('file', 'testfile')}}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/parsing/roles/test_bad_parsing
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/parsing/roles/test_bad_parsing/tasks/main.yml", "content": "# test code for the ping module\n# (c) 2014, <NAME> <<EMAIL>>\n\n# This file is part of Ansible\n#\n# Ansible is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Publi...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2569, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/parsing/roles/test_good_parsing
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/parsing/roles/test_good_parsing/tasks/main.yml", "content": "# test code for the ping module\n# (c) 2014, <NAME> <<EMAIL>>\n\n# This file is part of Ansible\n#\n# Ansible is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Publ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5854, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/strategy_linear/roles/role1
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/strategy_linear/roles/role1/tasks/main.yml", "content": "- name: Include tasks\n include_tasks: \"tasks.yml\"\n\n- name: Mark role as finished\n set_fact:\n role1_complete: True\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 228, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/strategy_linear/roles/role2
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/strategy_linear/roles/role2/tasks/main.yml", "content": "- block:\n - block:\n - name: Nested task 1\n debug: msg=\"Nested task 1\"\n\n - name: Nested task 2\n debug: msg=\"Nested task 2\"\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/synchronize-buildah/roles/test_buildah_synchronize
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/synchronize-buildah/roles/test_buildah_synchronize/tasks/main.yml", "content": "# test code for the synchronize module\n# (c) 2014, <NAME> <<EMAIL>>\n\n# This file is part of Ansible\n#\n# Ansible is free software: you can redistribute it and/or modify\n# it under the ter...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1930, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/var_blending/roles/test_var_blending
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/var_blending/roles/test_var_blending/templates/foo.j2", "content": "The value of groups_tree_var = {{ groups_tree_var }}.\nThis comes from host, not the parents or grandparents.\n\nThe value of the grandparent variable grandparent_var is\nnot overridden and is = {{ grandp...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4431, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/vault/roles/test_vault
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/vault/roles/test_vault/tasks/main.yml", "content": "- assert:\n that:\n - 'secret_var == \"secret\"'\n\n\n- copy: src=vault-secret.txt dest={{output_dir}}/secret.txt\n\n- name: cleanup decrypted file\n file: path={{ output_dir }}/secret.txt state=absent\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/vault/roles/test_vault_embedded
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/vault/roles/test_vault_embedded/tasks/main.yml", "content": "---\n- name: Assert that a embedded vault of a string with no newline works\n assert:\n that:\n - '\"{{ vault_encrypted_one_line_var }}\" == \"Setec Astronomy\"'\n\n- name: Assert that a multi line embe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 410, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/vault/roles/test_vault_embedded_ids
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/vault/roles/test_vault_embedded_ids/tasks/main.yml", "content": "---\n- name: set a fact from vault_encrypted_example1_releases\n set_fact:\n example1_releases: \"{{ vault_encrypted_example1_releases }}\"\n\n- name: Assert that a embedded vault of a multiline string w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1048, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/vault/roles/test_vault_file_encrypted_embedded
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/vault/roles/test_vault_file_encrypted_embedded/README.md", "content": "file is encrypted with password of '<PASSWORD>'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "test/integration/targets/vault/roles/test_v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 550, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/integration/targets/vault/roles/test_vaulted_template
7,201
[ "no_license" ]
[ { "path": "test/integration/targets/vault/roles/test_vaulted_template/tasks/main.yml", "content": "---\n- name: Template from a vaulted template file\n template:\n src: vaulted_template.j2\n dest: \"{{ output_dir }}/vaulted_template.out\"\n vars:\n vaulted_template_var: \"here_i_am\"\n\n- name: G...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/azure_rm_networkinterface
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/azure_rm_networkinterface/tasks/main.yml", "content": "- name: Create virtual network\n azure_rm_virtualnetwork:\n name: vnet001\n resource_group: \"{{ resource_group }}\"\n address_prefixes_cidr: \"10.10.0.0/16\"\n register: output\n\n- name: Create subnet\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 8951, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/azure_rm_resourcegroup
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/azure_rm_resourcegroup/tasks/main.yml", "content": "- name: Get resource group\n azure_rm_resourcegroup_facts:\n name: \"{{ resource_group }}\"\n\n- name: Create resource group\n azure_rm_resourcegroup:\n name: \"{{ resource_prefix }}\"\n location: \"{{ azure_resource...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3072, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/cloudscale_floating_ip
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/cloudscale_floating_ip/tasks/main.yml", "content": "- name: Cloudscale floating IP tests\n block:\n - name: Create a server\n cloudscale_server:\n name: '{{ resource_prefix }}-test01'\n flavor: '{{ cloudscale_test_flavor }}'\n image: '{{ cloudscale_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3726, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/cloudscale_server
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/cloudscale_server/tasks/main.yml", "content": "---\n- name: Test create server\n cloudscale_server:\n name: '{{ resource_prefix }}-test'\n flavor: '{{ cloudscale_test_flavor }}'\n image: '{{ cloudscale_test_image }}'\n ssh_keys: '{{ cloudscale_test_ssh_key }}'\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3586, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/cnos_command
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/cnos_command/vars/main.yml", "content": "---\ntest_runcommand_data1:\n - {clicommand: \"display users\"}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "test/legacy/roles/cnos_command/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 513, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/cnos_conditional_command
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/cnos_conditional_command/tasks/main.yml", "content": "# This contain sample command execution tasks\n---\n\n- name: Run a command\n cnos_conditional_command: host={{ inventory_hostname }} username={{ hostvars[inventory_hostname]['username']}} password={{ hostvars[inventory_hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 637, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/cnos_conditional_template
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/cnos_conditional_template/tasks/main.yml", "content": "# This contain sample conditional template execution tasks\n---\n- name: Replace Config CLI command template with values\n template: src=demo_template.j2 dest=./commands/cnos_conditional_template_{{ inventory_hostname }}_co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7608, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/cnos_facts
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/cnos_facts/README.md", "content": "# Ansible Role: cnos_facts_sample - Displays switch inforamtion\n---\n<add role description below>\n\nThis role is an example of using the *cnos_facts.py* Lenovo module in the context of CNOS switch configuration. This module allows you to view...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4972, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/cnos_image
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/cnos_image/vars/main.yml", "content": "---\ntest_image_data1:\n - {protocol: \"sftp\", serverip: \"10.241.106.118\", imgtype: \"os\", serverusername: \"root\", serverpassword: \"<PASSWORD>\"}\n\ntest_image_data2:\n - {protocol: \"tftp\", serverip: \"10.241.106.118\", imgtype: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1560, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/cnos_save
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/cnos_save/tasks/main.yml", "content": "# This contain sample template execution tasks\n---\n- name: Test Save\n cnos_save: host={{ inventory_hostname }} username={{ hostvars[inventory_hostname]['username']}} password={{ hostvars[inventory_hostname]['password']}} deviceType={{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1540, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/cnos_showrun
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/cnos_showrun/vars/main.yml", "content": "---\ntest_showrun_data:\n - {enablePassword: \"<PASSWORD>\"}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "test/legacy/roles/cnos_showrun/tasks/main.yml", "content": "# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 470, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/cnos_template
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/cnos_template/tasks/main.yml", "content": "# This contain sample template execution tasks\n---\n- name: Replace Config CLI command template with values\n template: src=demo_template.j2 dest=./commands/cnos_template_{{ inventory_hostname }}_commands.txt\n with_items: \"{{cnos_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1157, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/ec2_elb_instance_setup
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/ec2_elb_instance_setup/tasks/main.yml", "content": "---\n# tasks file for ec2_elb_setup\n\n# ============================================================\n# install apache on the ec2 instances\n\n- name: install apache on new ec2 instances\n package: name=httpd\n when: ansible...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 590, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/ec2_provision_instances
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/ec2_provision_instances/meta/main.yml", "content": "dependencies:\n - prepare_tests\n - setup_sshkey\n - setup_ec2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "test/legacy/roles/ec2_provision_instances/defaults/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1510, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/one_image
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/one_image/tasks/main.yml", "content": "---\n- name: Check that '{{ one_image_name }}' exists\n one_image:\n name: '{{ one_image_name }}'\n\n- name: Try to fetch non-existent image by name\n one_image:\n name: non-existent-vm-{{ ansible_date_time.iso8601_basic_short }}\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 8648, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/one_image_facts
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/one_image_facts/tasks/main.yml", "content": "---\n- name: Fetch all images\n one_image_facts:\n register: all_images\n\n- name: Print all images\n debug:\n var: all_images\n\n- name: Gather facts about an image using a name\n one_image_facts:\n name: '{{ one_image_name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5249, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/one_service
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/one_service/defaults/main.yml", "content": "---\n# This is a role for running integration test of the one_service module.\n# For this role to be used you need to meet the following prerequisites:\n# 1. Environment variables ONEFLOW_URL, ONEFLOW_USERNAME and ONEFLOW_PASSWORD\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 9908, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_azure
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_azure/defaults/main.yml", "content": "---\n# defaults file for test_azure\ninstance_name: \"{{ resource_prefix|lower }}\"\ncert_path: \"{{ azure_cert_path }}\"\nsubscription_id: \"{{ azure_subscription_id }}\"\nstorage_account: \"{{ azure_storage_account|default('ansibleeas...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3628, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_consul_inventory
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_consul_inventory/tasks/main.yml", "content": "- name: there are three hosts with an available consul service\n assert:\n that:\n - groups.consul_servers | length == 3\n\n\n- name: there is one host with an available ssh service\n assert:\n that:\n - gr...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 10949, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_consul_kv
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_consul_kv/tasks/main.yml", "content": "- name: add rules to an acl token\n consul_acl:\n mgmt_token: '{{mgmt_token}}'\n host: '{{acl_host}}'\n name: 'ACL rule for testing'\n rules:\n - key: 'somekey'\n policy: write\n register: test_acl\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2472, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_consul_service
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_consul_service/tasks/main.yml", "content": "- name: cleanup any previous failed runs\n consul:\n service_id: '{{item}}'\n state: absent\n with_items:\n - service1\n - service2\n - service3\n - http_check\n - with_check\n - with_tags\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5389, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_consul_session
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_consul_session/tasks/main.yml", "content": "- name: register basic session with consul\n consul_session:\n name: session1\n register: basic_result\n\n- name: verify basic session registration\n assert:\n that:\n - basic_result.changed\n - basic_result...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1893, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_ec2_asg
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_ec2_asg/tasks/main.yml", "content": "---\n# tasks file for test_ec2_asg\n\n# we are using a custom built AMI that runs an apache server to verify\n# ELB health checks and perform rolling ASG updates\n# this will only work on us-east-1\n\n# ==================================...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5467, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_ec2_eip
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_ec2_eip/vars/main.yml", "content": "---\n# vars file for test_ec2_eip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "test/legacy/roles/test_ec2_eip/tasks/main.yml", "content": "---\n# __Test Info__\n# EIPs a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 10985, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_ec2_elb
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_ec2_elb/tasks/main.yml", "content": "---\n# tasks file for test_ec2_elb\n\n# ============================================================\n# create an ELB for testing\n\n- name: create the test load balancer\n ec2_elb_lb:\n name: \"{{ resource_prefix }}\"\n ec2_acces...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5712, "all_permissive": false }