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
gashirar/kubernetes-on-oci-free-tier
85d91b56bcc05139269cc721bdb8d4ae811186ea
6
ansible-kubeadm/roles/metrics-server
7,441
[ "no_license" ]
[ { "path": "ansible-kubeadm/roles/metrics-server/tasks/main.yaml", "content": "---\n- name: \"Create tmp directory\"\n file:\n path: \"{{ tmp_dir }}\"\n state: directory\n mode: 0755\n tags: metrics-server\n\n- name: \"Copy yaml file\"\n copy:\n src: \"components.yaml\"\n dest: \"{{ tmp_dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
AsmarSad/Ansible-Final-Project
911eb4008b14875c933f5a1b97a391c1e2dd6eb0
0
roles/configure_nodes
7,441
[ "no_license" ]
[ { "path": "roles/configure_nodes/defaults/main.yml", "content": "---\nkubernetes_version: \"1.28.15-1.1\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/configure_nodes/tasks/main.yml", "content": "- name: Ensure Kubernetes apt keyri...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1256, "all_permissive": false }
ansible_role
AsmarSad/Ansible-Final-Project
911eb4008b14875c933f5a1b97a391c1e2dd6eb0
0
roles/dynamic_inventory
7,441
[ "no_license" ]
[ { "path": "roles/dynamic_inventory/tasks/main.yml", "content": "- name: Generate dynamic inventory\n template:\n src: dynamic_inventory.yml.j2\n dest: inventory/dynamic_inventory.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
AsmarSad/Ansible-Final-Project
911eb4008b14875c933f5a1b97a391c1e2dd6eb0
0
roles/provision_nodes
7,441
[ "no_license" ]
[ { "path": "roles/provision_nodes/tasks/main.yml", "content": "- name: Upload SSH key to DigitalOcean\n community.digitalocean.digital_ocean_sshkey:\n oauth_token: \"{{ do_token }}\"\n state: present\n name: \"k8s-ssh-key\"\n ssh_pub_key: \"{{ lookup('file', ssh_pub_key_path) }}\"\n register: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1725, "all_permissive": false }
ansible_role
eduardomsec/ansible-course-2021
e54a4294fb242f943d94df6f962df193ba4fd4fc
0
deploy-app-v2/roles/deploy-app-v2
7,447
[ "no_license" ]
[ { "path": "deploy-app-v2/roles/deploy-app-v2/tasks/deploy-app-v2.yml", "content": "- name: Copiando o arquivo de deployment da app v1\n template:\n src: app-v1.yml.j2\n dest: /opt/giropops/app-v1.yml\n owner: root\n group: root\n mode: 0644\n register: copiando_deploy_app_v1\n\n- name: Copi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 768, "all_permissive": false }
ansible_role
eduardomsec/ansible-course-2021
e54a4294fb242f943d94df6f962df193ba4fd4fc
0
install_k8s/roles/install-helm
7,447
[ "no_license" ]
[ { "path": "install_k8s/roles/install-helm/tasks/install-helm.yml", "content": "- name: Download helm\n get_url:\n url: \"{{ helm_url }}\"\n dest: /tmp/get_helm.sh\n mode: 0755\n register: download\n\n- name: Instalando Helm\n shell:\n /tmp/get_helm.sh\n when:\n - download.failed|bool == f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
hamza822/my-app
138ea7264fa9726379e13e1f2149eab8a4c833ce
1
Ansible/roles/build
7,447
[ "no_license" ]
[ { "path": "Ansible/roles/build/defaults/main.yml", "content": "---\n# defaults file for build", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "Ansible/roles/build/vars/main.yml", "content": "---\n# vars file for build", "license_type": "no_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 153, "all_permissive": false }
ansible_role
hamza822/my-app
138ea7264fa9726379e13e1f2149eab8a4c833ce
1
Ansible/roles/docker
7,447
[ "no_license" ]
[ { "path": "Ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: myapp\n build:\n path: /var/lib/jenkins/workspace/LC\n pull: no\n source: build\n state: present\n force_source: true\n- name: run container ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 379, "all_permissive": false }
ansible_role
hamza822/my-app
138ea7264fa9726379e13e1f2149eab8a4c833ce
1
Ansible/roles/docker-registry
7,447
[ "no_license" ]
[ { "path": "Ansible/roles/docker-registry/handlers/main.yml", "content": "---\n# handlers file for docker-registry", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "Ansible/roles/docker-registry/defaults/main.yml", "content": "---\n# defaults file...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 352, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/codelldb
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/codelldb/tasks/main.yml", "content": "---\n- name: Ensure codelldb folder exists\n file:\n path: ~/apps/codelldb\n state: directory\n\n- name: Download codelldb\n unarchive:\n src: https://github.com/vadimcn/codelldb/releases/download/v1.11.1/codelldb-linux-x64.vsix\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/cpptools
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/cpptools/tasks/main.yml", "content": "---\n- name: Ensure cpptools folder exists\n ansible.builtin.file:\n path: ~/apps/cpptools\n state: directory\n mode: \"0755\"\n\n- name: Download cpptools\n ansible.builtin.unarchive:\n src: https://github.com/microsoft/vscode-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 471, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/desktop
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/desktop/tasks/main.yml", "content": "---\n- name: Install sway\n become: true\n ansible.builtin.package:\n state: present\n name:\n - sway\n - swayidle\n - waylock\n - slurp\n - bemenu\n - wl-clipboard\n - xdg-desktop-portal-wlr\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 931, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/dev
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/dev/tasks/main.yml", "content": "---\n- name: Install dev packages\n become: true\n ansible.builtin.package:\n state: present\n name:\n - base-devel\n - jq\n - ripgrep\n - fd\n - bash-language-server\n - lua-language-server\n - yaml-langu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1146, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/dev-neovim
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/dev-neovim/tasks/main.yml", "content": "---\n- name: Clone neovim\n git:\n repo: https://github.com/neovim/neovim\n dest: ~/dev/neovim/neovim\n update: false\n\n- name: Install neovim build dependencies\n become: true\n pacman:\n name:\n - cmake\n - ninja\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/dotfiles
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/dotfiles/tasks/main.yml", "content": "---\n- name: Checkout dotfiles\n git:\n repo: https://github.com/mfussenegger/dotfiles.git\n dest: ~/dotfiles\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/jdks
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/jdks/tasks/main.yml", "content": "---\n- name: Ensure jdks folder exists\n ansible.builtin.file:\n path: ~/.m2/jdks/\n state: directory\n recurse: true\n\n- name: Install jdks\n ansible.builtin.unarchive:\n src: \"https://github.com/adoptium/temurin{{ item.major }}-b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 962, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/lang-ansible
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/lang-ansible/tasks/main.yml", "content": "---\n- name: Install ansibug\n ansible.builtin.pip:\n state: latest\n name:\n - ansible\n - ansibug\n virtualenv: ~/.virtualenvs/ansibug\n virtualenv_command: /usr/bin/python3 -m venv\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/lang-csharp
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/lang-csharp/tasks/main.yml", "content": "---\n- name: Ensure omnisharp folder exists\n file:\n path: ~/apps/omnisharp/\n state: directory\n- name: Download and extract omnisharp-roslyn\n unarchive:\n src: https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 503, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/lang-go
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/lang-go/tasks/main.yml", "content": "---\n- name: Clone golang/vscode-go\n git:\n repo: https://github.com/golang/vscode-go\n dest: ~/dev/golang/vscode-go\n- name: Build vscode-go\n command: npm run compile\n args:\n chdir: ~/dev/golang/vscode-go\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/lang-gradle
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/lang-gradle/tasks/main.yml", "content": "- name: Clone vscode-gradle\n git:\n repo: https://github.com/microsoft/vscode-gradle\n dest: ~/dev/microsoft/vscode-gradle\n force: true\n\n- name: Build vscode-gradle\n command: ./gradlew :gradle-language-server:distTar\n envi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 573, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/lang-haskell
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/lang-haskell/tasks/main.yml", "content": "---\n- name: Install haskell tooling lts23\n command: stack install --resolver lts-23.1 ghcid hlint\n args:\n chdir: ~/\n- name: Clone/pull ghcid\n git:\n repo: https://github.com/{{ item }}\n dest: ~/dev/{{ item }}\n loop:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/lang-java
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/lang-java/tasks/main.yml", "content": "---\n- import_role:\n name: jdks\n\n- name: Create apps/mvnd\n ansible.builtin.file:\n state: directory\n recurse: true\n path: ~/apps/mvnd\n\n- name: Download mvnd\n ansible.builtin.unarchive:\n src: https://github.com/apach...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4008, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/lang-lua
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/lang-lua/tasks/main.yml", "content": "---\n- name: Install luacheck\n ansible.builtin.command: luarocks --local install luacheck\n args:\n creates: ~/.luarocks/bin/luacheck\n\n- name: Install busted\n ansible.builtin.command: luarocks --local install busted\n args:\n cre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 500, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/lang-python
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/lang-python/tasks/main.yml", "content": "---\n- name: Create pyls virtualenv\n ansible.builtin.pip:\n name:\n - pip\n - python-lsp-server\n - yapf\n - pydocstyle\n - pylsp-mypy\n virtualenv: ~/.virtualenvs/pyls\n virtualenv_command: /usr/bin/pyth...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 828, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/lang-xml
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/lang-xml/tasks/main.yml", "content": "---\n- name: Clone lemminx\n ansible.builtin.git:\n repo: https://github.com/eclipse/lemminx\n dest: ~/dev/eclipse/lemminx\n version: 0.29.0\n- name: Build lemminx\n ansible.builtin.command: ./mvnw clean install -DskipTests\n envir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1204, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/mpd
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/mpd/tasks/main.yml", "content": "---\n- name: Create folders\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n recurse: true\n loop:\n - ~/.config/mpd/playlists\n - ~/.config/mpd/cache\n - ~/music\n\n- name: Create symlinks\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/nlua
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/nlua/tasks/main.yml", "content": "---\n- name: Checkout nlua repo\n ansible.builtin.git:\n repo: https://github.com/mfussenegger/nlua\n dest: ~/dev/mfussenegger/nlua\n\n- name: Set home var\n shell: echo $HOME\n register: home\n\n- name: Symlink nlua\n become: true\n an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 400, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/pico
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/pico/tasks/main.yml", "content": "---\n- name: Install pico tools\n become: true\n ansible.builtin.package:\n state: present\n name:\n - openocd\n - arm-none-eabi-gdb\n - arm-none-eabi-gcc\n - arm-none-eabi-newlib\n - minicom\n\n- name: Clone pico-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/podman
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/podman/tasks/main.yml", "content": "---\n- name: Gathering facts\n gather_facts:\n\n- name: Install podman\n become: true\n ansible.builtin.package:\n state: present\n name:\n - podman\n - podman-compose\n - fuse-overlayfs\n - slirp4netns\n\n- name: Cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 424, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/stow
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/stow/tasks/main.yml", "content": "---\n- name: Gathering facts\n gather_facts:\n- name: Install stow\n become: true\n package:\n name: stow\n state: present\n- name: Ensure folders exist\n file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - ~/.config/nv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 852, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/tools
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/tools/tasks/main.yml", "content": "---\n- name: Install python based tools\n import_tasks: python_tools.yml\n- name: Install TLAToolbox\n import_tasks: tla.yml\n\n- name: Get openapi generator\n get_url:\n url: https://repo1.maven.org/maven2/org/openapitools/openapi-generato...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2411, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/tree-sitter
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/tree-sitter/tasks/main.yml", "content": "---\n- name: Clone tree-sitter repos\n git:\n repo: https://github.com/{{ item.repo }}\n dest: ~/dev/{{ item.repo }}\n version: '{{ item.version }}'\n force: true\n async: 1200\n poll: 0\n register: git_clone\n loop:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6740, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/vim
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/vim/tasks/prose.yml", "content": "---\n- name: Create ~/.local/share/nvim\n ansible.builtin.file:\n state: directory\n recurse: true\n path: ~/.local/share/nvim\n\n- name: Fetch mthesaur words\n get_url:\n url: https://raw.githubusercontent.com/words/moby/master/word...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2440, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/vscode-pde
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/vscode-pde/tasks/main.yml", "content": "---\n- name: Clone vscode-pde\n git:\n repo: https://github.com/testforstephen/vscode-pde\n dest: ~/dev/testforstephen/vscode-pde\n force: true # npm commands below modify the package.json\n single_branch: true\n depth: 1\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/x11-backlight
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/x11-backlight/tasks/main.yml", "content": "---\n- name: Setup udev rules for backlight control\n become: true\n copy:\n src: backlight.rules\n dest: /etc/udev/rules.d/backlight.rules\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
mfussenegger/dotfiles
ae66a5a5c03f00491e804e18b714dfdd69eb5a06
104
playbooks/roles/zsh-plugins
7,447
[ "no_license" ]
[ { "path": "playbooks/roles/zsh-plugins/tasks/main.yml", "content": "---\n- name: Fetch zsh plugins\n get_url:\n url: \"{{ item }}\"\n dest: ~/.zsh/plugins/{{ item | basename }}\n loop:\n - https://raw.githubusercontent.com/skywind3000/z.lua/master/z.lua\n - https://raw.githubusercontent.com/ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 541, "all_permissive": false }
ansible_role
madhuchary/ansible-playbook-examples
f19e3369ced3763310bef86ae1acdde8092af0ef
0
wordpress-ansible/roles/db_create
7,447
[ "no_license" ]
[ { "path": "wordpress-ansible/roles/db_create/tasks/main.yml", "content": "---\n- name: Set root user password\n # If .my.cnf already exists, this will cause an mysql-root-password update.\n mysql_user:\n name: root\n password: <PASSWORD>\n check_implicit_admin: true\n\n- name: Create .my.cnf\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 581, "all_permissive": false }
ansible_role
madhuchary/ansible-playbook-examples
f19e3369ced3763310bef86ae1acdde8092af0ef
0
wordpress-ansible/roles/packages
7,447
[ "no_license" ]
[ { "path": "wordpress-ansible/roles/packages/tasks/main.yml", "content": "---\n- name: \"Installing {{ item }}\"\n package:\n name: \"{{ item }}\"\n with_items:\n - apache2\n - php\n - mysql-server\n - libapache2-mod-php\n - php-mysql\n - python-mysqldb\n register: status\n\n- name: restart ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
madhuchary/ansible-playbook-examples
f19e3369ced3763310bef86ae1acdde8092af0ef
0
wordpress-ansible/roles/wp_download
7,447
[ "no_license" ]
[ { "path": "wordpress-ansible/roles/wp_download/tasks/main.yml", "content": "---\n- name: downloading wordpress\n get_url: \n url: https://wordpress.org/latest.zip\n dest: /tmp/wordpress.zip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
madhuchary/ansible-playbook-examples
f19e3369ced3763310bef86ae1acdde8092af0ef
0
wordpress-ansible/roles/wp_install
7,447
[ "no_license" ]
[ { "path": "wordpress-ansible/roles/wp_install/tasks/main.yml", "content": "---\n- name: unzip wordpress to /var/www/html\n unarchive:\n src: /tmp/wordpress.zip\n dest: /var/www/html/\n\n- name: copy config file to /var/www/html/wordpress/wp-config.php\n template:\n src: wp-config.php.j2\n dest: /v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
bbaassssiiee/lunchbox
f1ec011cf082d3238dea500eb2a0752c12fc81ca
10
roles/common
7,447
[ "no_license" ]
[ { "path": "roles/common/templates/hosts.j2", "content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n\n{% for item in groups['vagrant'] %}\n{{ hostvars[item]['ansible_ssh_host'] }} {{ item }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1404, "all_permissive": false }
ansible_role
bbaassssiiee/lunchbox
f1ec011cf082d3238dea500eb2a0752c12fc81ca
10
roles/pam
7,447
[ "no_license" ]
[ { "path": "roles/pam/tasks/main.yml", "content": "---\n\n- name: 'Disable accounts after three login failures in a 15-minute interval.'\n pam:\n service: \"{{ item }}\"\n type: auth\n control: required\n pam_module: pam_faillock.so\n before_line: auth sufficient pam_unix.so try_first_pass\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1486, "all_permissive": false }
ansible_role
bbaassssiiee/lunchbox
f1ec011cf082d3238dea500eb2a0752c12fc81ca
10
roles/rsyslog
7,447
[ "no_license" ]
[ { "path": "roles/rsyslog/handlers/main.yml", "content": "---\n- name: 'remove sysklogd'\n yum:\n name: sysklogd\n state: absent\n\n- name: 'restart rsyslog'\n service:\n name: rsyslog\n state: restarted\n tags:\n - rsyslog", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5476, "all_permissive": false }
ansible_role
leonardoquintania/ansible-devops
95cc4358cbd2ee629dd76811c3e7353003f2ec35
0
roles/mysql
7,447
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: 'Instala pacotes de dependencia do sistema operacional'\n apt:\n name:\n - mysql-server-5.7\n - python-mysqldb\n state: latest\n become: yes\n \n- name: 'Cria o banco do MySQL'\n mysql_db: \n name: \"{{ wp_db_name }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 679, "all_permissive": false }
ansible_role
leonardoquintania/ansible-devops
95cc4358cbd2ee629dd76811c3e7353003f2ec35
0
roles/webserver
7,447
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: 'Instala pacotes de dependencia do sistema operacional'\n apt:\n name:\n - php7.2\n - apache2\n - libapache2-mod-php7.2\n - php7.2-gd\n - php-ssh2 \n - php7.2-mysql\n state: latest\n become: yes", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
ashokgelal/ansible-playground
e343c7c6a4e645bf4efc189e2ba74116cb73636c
0
roles/nginx
7,447
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Add Nginx Repository\n apt_repository: repo=ppa:nginx/stable state=present\n\n- name: Install Nginx\n apt: pkg=nginx state=latest update_cache=true\n notify:\n - Start Nginx\n\n- name: Add H5BP Config\n copy: src=h5bp dest=/etc/nginx ow...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": false }
ansible_role
ryakhovskiy-k/kr-at
b3d518f8dd113ad3cd23a2a30a6f7bd2c633c03b
0
roles/tomcat
7,447
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\r\n- name: Install Java 1.8\r\n yum: name=java-1.8.0-openjdk state=present\r\n\r\n- name: add group \"tomcat\"\r\n group: name=tomcat\r\n\r\n- name: add user \"tomcat\"\r\n user: name=tomcat group=tomcat home=/usr/share/tomcat createhome=no\r\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2024, "all_permissive": false }
ansible_role
MegaphoneJon/ansible-main
e4785574d533dd8411c1aad3c8af9c8a3fe2c062
4
roles/mailhog-postfix
7,447
[ "no_license" ]
[ { "path": "roles/mailhog-postfix/tasks/main.yml", "content": "---\n- name: Redirect all postfix mail to Mailhog\n lineinfile:\n dest: /etc/postfix/main.cf\n regexp: '^relayhost = '\n line: relayhost = [127.0.0.1]:1025\n become: yes\n notify: restart postfix\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
carboni123/pi-backend-box
55ea3c39eaad76243a32c4f95858fd60984552af
0
ansible-pi-backend-box/roles/app_base
7,447
[ "no_license" ]
[ { "path": "ansible-pi-backend-box/roles/app_base/tasks/main.yml", "content": "# roles/app_base/tasks/main.yml\n---\n- name: Ensure base application directory exists\n ansible.builtin.file:\n path: \"{{ app_base_dir }}\"\n state: directory\n owner: \"{{ target_user }}\" # Make sure the user can wri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 861, "all_permissive": false }
ansible_role
carboni123/pi-backend-box
55ea3c39eaad76243a32c4f95858fd60984552af
0
ansible-pi-backend-box/roles/cloudflared
7,447
[ "no_license" ]
[ { "path": "ansible-pi-backend-box/roles/cloudflared/tasks/main.yml", "content": "---\n# tasks file for roles/cloudflared\n\n- name: Ensure cloudflared config directory exists\n ansible.builtin.file:\n path: /etc/cloudflared\n state: directory\n owner: root\n group: root\n mode: '0755'\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3709, "all_permissive": false }
ansible_role
carboni123/pi-backend-box
55ea3c39eaad76243a32c4f95858fd60984552af
0
ansible-pi-backend-box/roles/common
7,447
[ "no_license" ]
[ { "path": "ansible-pi-backend-box/roles/common/tasks/main.yml", "content": "# roles/common/tasks/main.yml\n---\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 3600 # Update only if cache is older than 1 hour\n changed_when: false # Don't report change just fo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1263, "all_permissive": false }
ansible_role
carboni123/pi-backend-box
55ea3c39eaad76243a32c4f95858fd60984552af
0
ansible-pi-backend-box/roles/reverse_proxy
7,447
[ "no_license" ]
[ { "path": "ansible-pi-backend-box/roles/reverse_proxy/tasks/main.yml", "content": "---\n# tasks file for roles/reverse_proxy (Caddy example)\n\n- name: Ensure base Docker network exists\n become: true\n community.docker.docker_network:\n name: backend-net\n state: present\n\n- name: Ensure Caddy con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4032, "all_permissive": false }
ansible_role
carboni123/pi-backend-box
55ea3c39eaad76243a32c4f95858fd60984552af
0
ansible-pi-backend-box/roles/security
7,447
[ "no_license" ]
[ { "path": "ansible-pi-backend-box/roles/security/tasks/main.yml", "content": "# roles/security/tasks/main.yml\n---\n# Configure Uncomplicated Firewall (UFW)\n- name: Allow SSH connections on port 22 (essential!)\n community.general.ufw:\n rule: allow\n port: '22'\n proto: tcp\n\n# If NOT using Clo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1862, "all_permissive": false }
ansible_role
CiscoDevNet/sdwan-ansible-code
768adca3ad9c9d5625bf1c71cbde077caaf67468
18
code/roles/attach_device_template
7,447
[ "no_license" ]
[ { "path": "code/roles/attach_device_template/tasks/wait_until_completed.yml", "content": "- debug:\n msg: \"{{result.json.id}}\"\n\n- uri:\n url: https://{{ansible_host}}:{{ansible_port}}/dataservice/device/action/status/{{result.json.id}}\n method: GET\n validate_certs: no\n headers:\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1668, "all_permissive": false }
ansible_role
CiscoDevNet/sdwan-ansible-code
768adca3ad9c9d5625bf1c71cbde077caaf67468
18
code/roles/basic_templates
7,447
[ "no_license" ]
[ { "path": "code/roles/basic_templates/tasks/main.yml", "content": "- import_tasks: post_feature_template.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "code/roles/basic_templates/files/GE0_0_MGMT_INTERFACE.json", "content": "{\n \"dev...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 30688, "all_permissive": false }
ansible_role
CiscoDevNet/sdwan-ansible-code
768adca3ad9c9d5625bf1c71cbde077caaf67468
18
code/roles/create_banner_template
7,447
[ "no_license" ]
[ { "path": "code/roles/create_banner_template/tasks/render_feature_banner.yml", "content": "- name: Clean Rendered Templates\n file:\n path: \"{{item}}\"\n state: absent\n force: true\n with_fileglob:\n - \"{{role_path}}/files/*\"\n\n- name: Render Template\n template: src=\"BANNER_MASTER_TEMP...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1124, "all_permissive": false }
ansible_role
CiscoDevNet/sdwan-ansible-code
768adca3ad9c9d5625bf1c71cbde077caaf67468
18
code/roles/create_device_template
7,447
[ "no_license" ]
[ { "path": "code/roles/create_device_template/tasks/main.yml", "content": "- import_tasks: render_device_template.yml\n\n- import_tasks: post_device_template.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "code/roles/create_device_template/tas...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2932, "all_permissive": false }
ansible_role
CiscoDevNet/sdwan-ansible-code
768adca3ad9c9d5625bf1c71cbde077caaf67468
18
code/roles/delete_banner_template
7,447
[ "no_license" ]
[ { "path": "code/roles/delete_banner_template/tasks/main.yml", "content": "- import_tasks: get_feature_templates.yml\n\n- import_tasks: delete_feature_banner.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "code/roles/delete_banner_template/tas...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 762, "all_permissive": false }
ansible_role
CiscoDevNet/sdwan-ansible-code
768adca3ad9c9d5625bf1c71cbde077caaf67468
18
code/roles/get_config_input
7,447
[ "no_license" ]
[ { "path": "code/roles/get_config_input/tasks/get_device_template_db.yml", "content": "- uri:\n url: https://{{ansible_host}}:{{ansible_port}}/dataservice/template/device\n method: GET\n validate_certs: no\n headers:\n Cookie: \"{{login.set_cookie}}\"\n Content-Type: \"application/json\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1029, "all_permissive": false }
ansible_role
CiscoDevNet/sdwan-ansible-code
768adca3ad9c9d5625bf1c71cbde077caaf67468
18
code/roles/get_impacted_devices
7,447
[ "no_license" ]
[ { "path": "code/roles/get_impacted_devices/tasks/get_config_of_impacted_devices.yml", "content": "- name: Get current configuration for a device\n uri:\n url: https://{{ansible_host}}:{{ansible_port}}/dataservice/template/device/config/input/\n method: POST\n return_content: yes\n validate_cert...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1966, "all_permissive": false }
ansible_role
CiscoDevNet/sdwan-ansible-code
768adca3ad9c9d5625bf1c71cbde077caaf67468
18
code/roles/login
7,447
[ "no_license" ]
[ { "path": "code/roles/login/tasks/main.yml", "content": "- import_tasks: login.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "code/roles/login/tasks/login.yml", "content": "- name: Login to the vManage\n uri:\n url: https://{{ansible...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 332, "all_permissive": false }
ansible_role
CiscoDevNet/sdwan-ansible-code
768adca3ad9c9d5625bf1c71cbde077caaf67468
18
code/roles/modify_banner_template
7,447
[ "no_license" ]
[ { "path": "code/roles/modify_banner_template/tasks/main.yml", "content": "- import_tasks: get_feature_templates.yml\n\n- import_tasks: render_feature_banner.yml\n\n- import_tasks: put_feature_banner.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "pa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 750, "all_permissive": false }
ansible_role
codeenigma/ce-deploy
dc7b24e3a5ec0083cb0f1ff7667941106db5f09a
6
roles/_exit
7,447
[ "no_license" ]
[ { "path": "roles/_exit/tasks/main.yml", "content": "---\n- name: Delete the lock file.\n ansible.builtin.file:\n path: \"{{ lock_file }}\"\n state: absent\n when: deploy_operation != 'deploy'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
codeenigma/ce-deploy
dc7b24e3a5ec0083cb0f1ff7667941106db5f09a
6
roles/_init
7,447
[ "no_license" ]
[ { "path": "roles/_init/tasks/main.yml", "content": "---\n- name: Version check.\n ansible.builtin.debug:\n msg: \"Using ce-deploy {{ ce_deploy_version }}\"\n\n- name: Check for a ce-provision lock file.\n ansible.builtin.stat:\n path: \"{{ provision_lock_file }}\"\n register: _ce_provision_lock\n\n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 10414, "all_permissive": false }
ansible_role
codeenigma/ce-deploy
dc7b24e3a5ec0083cb0f1ff7667941106db5f09a
6
roles/api_call
7,447
[ "no_license" ]
[ { "path": "roles/api_call/README.md", "content": "# API call\n\nMaking RESTful API calls to other platforms.\n\n<!--TOC-->\n<!--ENDTOC-->\n\n<!--ROLEVARS-->\n## Default variables\n```yaml\n---\napi_call:\n type: gitlab\n base_url: https://gitlab.example.com/api/v4/\n path: projects # see documentation - ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2024, "all_permissive": false }
ansible_role
codeenigma/ce-deploy
dc7b24e3a5ec0083cb0f1ff7667941106db5f09a
6
roles/asg_management
7,447
[ "no_license" ]
[ { "path": "roles/asg_management/tasks/main.yml", "content": "---\n- name: Suspend autoscale processes on ASG.\n when:\n - asg_management.name | length > 0\n - deploy_operation == 'deploy'\n delegate_to: localhost\n run_once: true\n block:\n - name: Gather information about target group.\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5093, "all_permissive": false }
ansible_role
codeenigma/ce-deploy
dc7b24e3a5ec0083cb0f1ff7667941106db5f09a
6
roles/composer
7,447
[ "no_license" ]
[ { "path": "roles/composer/tasks/main.yml", "content": "---\n- name: Carry out composer commands.\n when: deploy_operation == 'deploy'\n block:\n - name: Validate composer.json and composer.lock files.\n community.general.composer:\n command: \"{{ composer.validate_command }}\"\n argu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1522, "all_permissive": false }
ansible_role
codeenigma/ce-deploy
dc7b24e3a5ec0083cb0f1ff7667941106db5f09a
6
roles/config_generate
7,447
[ "no_license" ]
[ { "path": "roles/config_generate/config_generate-drupal7/templates/settings.php.j2", "content": "<?php\n\n/**\n * Include default settings.\n */\nrequire __DIR__ . '/default.settings.php';\n\n$databases['default']['default'] = array (\n 'database' => '{{ build_databases[0].name }}',\n 'username' => '{{ bu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 9043, "all_permissive": false }
ansible_role
codeenigma/ce-deploy
dc7b24e3a5ec0083cb0f1ff7667941106db5f09a
6
roles/database_apply
7,447
[ "no_license" ]
[ { "path": "roles/database_apply/database_apply-drupal8/tasks/main.yml", "content": "---\n- name: Fix file permissions for settings.php.\n ansible.builtin.file:\n state: file\n path: \"{{ deploy_path }}/{{ webroot }}/sites/{{ site.folder }}/settings.php\"\n owner: \"{{ www_user }}\"\n group: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 8672, "all_permissive": false }
ansible_role
codeenigma/ce-deploy
dc7b24e3a5ec0083cb0f1ff7667941106db5f09a
6
roles/database_backup
7,447
[ "no_license" ]
[ { "path": "roles/database_backup/tasks/main.yml", "content": "---\n- ansible.builtin.set_fact:\n build_databases: []\n\n- name: Take database dumps.\n ansible.builtin.include_role:\n name: \"database_backup/database_backup-{{ engine }}\"\n with_items: \"{{ database_backup.engines }}\"\n loop_contro...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 15, "total_bytes": 17476, "all_permissive": false }
ansible_role
codeenigma/ce-deploy
dc7b24e3a5ec0083cb0f1ff7667941106db5f09a
6
roles/deploy_code
7,447
[ "no_license" ]
[ { "path": "roles/deploy_code/README.md", "content": "# Deploy\nStep that deploys the codebase. On standalone machines and \"static\" clusters of web servers (e.g. machines whose addressing never changes) this is reasonably straightforward, the default variables should \"just work\". This role also supports ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 35814, "all_permissive": false }
ansible_role
codeenigma/ce-deploy
dc7b24e3a5ec0083cb0f1ff7667941106db5f09a
6
roles/deploy_container
7,447
[ "no_license" ]
[ { "path": "roles/deploy_container/README.md", "content": "# Deploy container\nStep that deploys the codebase in a Docker container image. Requires Docker and the `community.docker` collection for Ansible to be installed on your deploy server. You will also need to add a `docker` group and make sure your loc...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 43670, "all_permissive": false }
ansible_role
codeenigma/ce-deploy
dc7b24e3a5ec0083cb0f1ff7667941106db5f09a
6
roles/live_symlink
7,447
[ "no_license" ]
[ { "path": "roles/live_symlink/tasks/main.yml", "content": "---\n- ansible.builtin.set_fact:\n _live_symlink_build_target: \"{{ deploy_base_path }}/{{ project_name }}_{{ build_type }}_build_{{ build_number }}\"\n\n- ansible.builtin.set_fact:\n _live_symlink_build_target: \"{{ deploy_base_path }}/{{ pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1812, "all_permissive": false }
ansible_role
codeenigma/ce-deploy
dc7b24e3a5ec0083cb0f1ff7667941106db5f09a
6
roles/maintenance_mode
7,447
[ "no_license" ]
[ { "path": "roles/maintenance_mode/maintenance_mode-statuscake/tasks/online.yml", "content": "---\n- name: Resume StatusCake check.\n ansible.builtin.uri:\n url: \"https://api.statuscake.com/v1/uptime/{{ domain.statuscake_check_id | string }}\"\n method: PUT\n body_format: form-urlencoded\n body...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 7216, "all_permissive": false }
ansible_role
codeenigma/ce-deploy
dc7b24e3a5ec0083cb0f1ff7667941106db5f09a
6
roles/npm
7,447
[ "no_license" ]
[ { "path": "roles/npm/tasks/main.yml", "content": "---\n- name: Perform NPM and extra steps.\n when:\n - deploy_operation == 'deploy'\n block:\n - name: Perform NPM steps.\n ansible.builtin.command:\n cmd: \"{{ npm.executor }} {{ npm_command }}\"\n chdir: \"{{ npm.working_dir }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4131, "all_permissive": false }
ansible_role
richardhu2013/sftp_server_ansible
d2fefe351d1392f7a0e8276f3d760e859886dffd
0
roles/provision-ec2
7,447
[ "no_license" ]
[ { "path": "roles/provision-ec2/tasks/main.yml", "content": "\n---\n - name: Create subnet for sftp server\n ec2_vpc_subnet:\n state: present\n region: \"{{ ec2_region }}\"\n vpc_id: \"{{ vpc_id }}\"\n cidr: \"{{ subnet_cidr }}\"\n resource_tags:\n Name: SFTP Server\n aws_acce...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2330, "all_permissive": false }
ansible_role
richardhu2013/sftp_server_ansible
d2fefe351d1392f7a0e8276f3d760e859886dffd
0
roles/provision-sftp
7,447
[ "no_license" ]
[ { "path": "roles/provision-sftp/tasks/main.yml", "content": "\n - name: Install pexpect for interactive usage\n command: sudo pip install pexpect\n\n - name: Run sftpgatewaysetup\n command: sudo sftpgatewaysetup\n\n - name: Create sftp user\n expect:\n command: sudo addsftpuser {{ avluserna...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 345, "all_permissive": false }
ansible_role
richardhu2013/sftp_server_ansible
d2fefe351d1392f7a0e8276f3d760e859886dffd
0
roles/remove-sftp
7,447
[ "no_license" ]
[ { "path": "roles/remove-sftp/tasks/main.yml", "content": "- name: list security groups\n ec2_group_facts:\n filters:\n vpc-id: \"{{ vpc_id }}\"\n group-name: \"sftp-security-group\"\n region: \"{{ ec2_region }}\"\n aws_access_key: \"{{ aws_access_key }}\"\n aws_secret_key: \"{{ aws_se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1621, "all_permissive": false }
ansible_role
iainangusneil/zealous-octo-kumquat
472cdd6fbe885cac6a71e344d9f9c65fa0c010cb
0
ansible/roles/elasticsearch
7,446
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/defaults/main.yml", "content": "--- \t#default clustername to not be elasticsearch due to its 'efficient' clustering capbabilites\n elasticsearch_clustername: ansibles_elasticsearch\n elasticsearch_heapsize: 1g\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1050, "all_permissive": false }
ansible_role
vgoel1051/elk
6ff7a74a938914f9518412e5c393ac0678f8dcf3
0
roles/elasticsearch
7,446
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n#\n# Installing Elasticsearch\n#\n# Adds the apt-key for Elasticsearch\n- name: Add Elasticsearch apt-key\n apt_key:\n url: \"https://packages.elastic.co/GPG-KEY-elasticsearch\"\n state: present\n\n- name: Check that HTTPS transport is av...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1363, "all_permissive": false }
ansible_role
vgoel1051/elk
6ff7a74a938914f9518412e5c393ac0678f8dcf3
0
roles/java
7,446
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n#\n# Installing Java 8\n#\n# Add the Java ppa repository\n- name: Add Java repository\n apt_repository:\n repo: ppa:openjdk-r/ppa\n\n# Automatically accepts the Oracle License popup in the terminal\n- name: Automatically select the Oracle License\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 469, "all_permissive": false }
ansible_role
vgoel1051/elk
6ff7a74a938914f9518412e5c393ac0678f8dcf3
0
roles/kibana
7,446
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "---\n#\n# Installing Kibana\n#\n\n# Install Kibana\n\n- name: Install Kibana with apt\n apt:\n name: kibana\n update_cache: yes\n tags: apt_kibana\n\n- name: Check that HTTPS transport is available to APT\n apt: name=\"apt-transport-https\" state=p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 905, "all_permissive": false }
ansible_role
vgoel1051/elk
6ff7a74a938914f9518412e5c393ac0678f8dcf3
0
roles/logstash
7,446
[ "no_license" ]
[ { "path": "roles/logstash/main.yml", "content": "---\n#\n# Installing logstash\n#\n# Add Logstash APT repository\n- name: Adding logstash APT repository\n apt_repository:\n repo: deb http://packages.elastic.co/log... stable main\n state: present\n tags: logs\n \n# Installing Logstash\n- name: Update...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3275, "all_permissive": false }
ansible_role
sunshy360/ci-environment-build
63cf7a2bb2a4ef5ef00dbb731949e629470a960e
0
roles/install_jenkins
7,446
[ "no_license" ]
[ { "path": "roles/install_jenkins/tasks/main.yml", "content": "---\n# test connection\n- name: test connection\n ping:\n register: message\n\n# get response (useless but i want to see the connection is fine)\n- name: print pong message\n debug:\n msg: \"{{ message }}\"\n\n# test the existence of source...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1523, "all_permissive": false }
ansible_role
markgossa/AnsibleTerraform
2482bc247f6532f61376ee2ba51aecdaf8be4754
1
roles/domainControllerInfrastructure
7,446
[ "no_license" ]
[ { "path": "roles/domainControllerInfrastructure/tasks/main.yml", "content": "- name: Run terraform init\n command: \"terraform init roles/domainControllerInfrastructure/files\"\n\n- name: Run terraform apply\n command: \"terraform apply\n -state=/var/lib/terraform/terraform-'{{ resourceGroupName }}'.tfst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 8981, "all_permissive": false }
ansible_role
markgossa/AnsibleTerraform
2482bc247f6532f61376ee2ba51aecdaf8be4754
1
roles/firstDomainControllerConfiguration
7,446
[ "no_license" ]
[ { "path": "roles/firstDomainControllerConfiguration/tasks/main.yml", "content": "- name: Wait for connection\n wait_for_connection:\n delay: 0\n timeout: 60\n \n- name: Install PowerShell modules\n win_psmodule:\n name: '{{ item }}'\n state: present\n with_items:\n - xActiveDirectory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1447, "all_permissive": false }
ansible_role
xhudik/kel
cb9e9de956b4a7295bf6760086e26d64ac3ab47c
0
roles/jupyter
7,446
[ "no_license" ]
[ { "path": "roles/jupyter/molecule.yml", "content": "ansible:\n playbook: tests/test-jupyter.yml\n verbose: v\ndriver:\n name: vagrant\nvagrant:\n platforms:\n - name: centos-7\n box: bento/centos-7.3\n providers:\n - name: virtualbox\n type: virtualbox\n instances:\n - name: edge\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 814, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/asus-wmi-sensors
7,446
[ "no_license" ]
[ { "path": "roles/asus-wmi-sensors/tasks/main.yml", "content": "---\n- name: install asus-wmi-sensors-dkms-git\n become: yes\n become_user: aur_builder\n aur: name=asus-wmi-sensors-dkms-git\n\n- name: load asus_wmi_sensors kernel module\n community.general.modprobe: name=asus_wmi_sensors\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/aur
7,446
[ "no_license" ]
[ { "path": "roles/aur/tasks/main.yml", "content": "---\n- name: create aur_builder user\n user:\n name: aur_builder\n group: wheel\n\n- name: don't backup aur_builder home dir\n ansible.builtin.copy:\n dest: ~aur_builder/.restic-ignore\n content: ''\n\n- name: setup aur_builder sudo perms\n li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1396, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/bluetooth
7,446
[ "no_license" ]
[ { "path": "roles/bluetooth/handlers/main.yml", "content": "---\n- name: restart bluetooth.service\n ansible.builtin.systemd:\n name: bluetooth.service\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/bluetooth/task...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1112, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/boot
7,446
[ "no_license" ]
[ { "path": "roles/boot/tasks/main.yml", "content": "---\n- name: install packages\n become_user: aur_builder\n aur:\n name:\n - clevis\n - dracut\n - libpwquality\n - luksmeta\n - nmap\n - tpm2-tools\n\n- name: configure dracut\n ansible.builtin.template:\n src: dracut.conf\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/caddy
7,446
[ "no_license" ]
[ { "path": "roles/caddy/tasks/main.yml", "content": "---\n- name: import Caddy signing key\n become_user: aur_builder\n become: yes\n gpg_import:\n key_id: 29D0817A67156E4F25DC24782A349DD577D586A5\n\n- name: install Caddy\n become_user: aur_builder\n become: yes\n aur: name=caddy2\n\n- name: Caddyfi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1721, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/core
7,446
[ "no_license" ]
[ { "path": "roles/core/tasks/main.yml", "content": "---\n- name: install some core packages\n become_user: aur_builder\n aur:\n name:\n - avahi\n - base-devel\n - bat\n - chrony\n - ctags\n - docker\n - efibootmgr\n - fwupd\n - git\n - htop\n - inetutils\n - iwd\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3406, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/desktop-apps
7,446
[ "no_license" ]
[ { "path": "roles/desktop-apps/handlers/main.yml", "content": "---\n- name: refresh pacman\n community.general.pacman:\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/desktop-apps/tasks/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1083, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/desktop-core
7,446
[ "no_license" ]
[ { "path": "roles/desktop-core/tasks/main.yml", "content": "---\n- name: install packages\n become_user: aur_builder\n aur:\n name:\n - adobe-source-han-sans-kr-fonts\n - alsa-utils\n - brightnessctl\n - gammastep\n - gdm\n - gnome-keyring\n - libsecret\n - libva-utils\n - lib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1533, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/desktop-gnome
7,446
[ "no_license" ]
[ { "path": "roles/desktop-gnome/tasks/main.yml", "content": "---\n- name: install packages\n become_user: aur_builder\n aur:\n name:\n - gnome\n - xdg-desktop-portal-gtk\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 114, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/desktop-sway
7,446
[ "no_license" ]
[ { "path": "roles/desktop-sway/handlers/main.yml", "content": "---\n- name: reload user service manager\n become: yes\n become_user: sam\n command:\n cmd: systemctl --user daemon-reload\n ignore_errors: yes\n\n- name: restart swayidle.service\n become: yes\n become_user: sam\n command:\n cmd: sy...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2735, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/dns
7,446
[ "no_license" ]
[ { "path": "roles/dns/tasks/main.yml", "content": "---\n- name: /etc/resolv.conf\n ansible.builtin.file:\n path: /etc/resolv.conf\n force: yes\n src: /run/systemd/resolve/stub-resolv.conf\n state: link\n\n- name: make sure avahi is not running\n ansible.builtin.systemd:\n name: '{{ item }}'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1098, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/funkwhale
7,446
[ "no_license" ]
[ { "path": "roles/funkwhale/tasks/main.yml", "content": "---\n- name: install deps\n become_user: aur_builder\n aur:\n name:\n - curl\n - python-pip\n - python-virtualenv\n - git\n - unzip\n - curl\n - file\n - ffmpeg\n - libjpeg-turbo\n - libpqxx\n - python\n - libld...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3495, "all_permissive": false }
ansible_role
samcday/machine
1a01761d3319d4c50fd16021f1229daac0f5a372
0
roles/hydroxide
7,446
[ "no_license" ]
[ { "path": "roles/hydroxide/handlers/main.yml", "content": "---\n- name: restart hydroxide\n ansible.builtin.systemd:\n name: hydroxide.service\n daemon_reload: yes\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "role...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 619, "all_permissive": false }