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
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/tools/roles/tools_must-gather
97
[ "no_license" ]
[ { "path": "collection/tools/roles/tools_must-gather/tasks/main.yml", "content": "---\n- name: Run must-gather for debugging the cluster's status\n ignore_errors: yes # noqa: ignore-errors\n environment:\n KUBECONFIG: \"{{ kubeconfig }}\"\n block:\n - name: Create oc config directory .kube/\n a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2082, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/tools/roles/tools_ocp_project
97
[ "no_license" ]
[ { "path": "collection/tools/roles/tools_ocp_project/tasks/recreate_ocp_project.yml", "content": "---\n- name: \"Recreate OCP project\"\n block:\n - name: Check if {{ project_name }} project exists\n kubernetes.core.k8s_info:\n kubeconfig: \"{{ kubeconfig }}\"\n kind: Project\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1506, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/tools/roles/tools_openshift_tests
97
[ "no_license" ]
[ { "path": "collection/tools/roles/tools_openshift_tests/tasks/install_go.yml", "content": "---\n- name: Check current GO version\n ansible.builtin.shell: |\n source {{ home_dir }}/.bashrc\n go version\n register: existing_go_version\n changed_when: false\n failed_when: false\n\n- name: Set a fact ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 7373, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/tools/roles/tools_register_resources_file
97
[ "no_license" ]
[ { "path": "collection/tools/roles/tools_register_resources_file/tasks/main.yml", "content": "---\n- name: Register resources in file\n ansible.builtin.blockinfile:\n content: \"{{ input | to_nice_yaml }}\"\n dest: \"{{ resources_file }}\"\n marker: \"# {mark} ANSIBLE MANAGED BLOCK {{ input.keys() ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/tools/roles/tools_stage_results
97
[ "no_license" ]
[ { "path": "collection/tools/roles/tools_stage_results/tasks/mark_stage_unstable.yml", "content": "---\n- name: Set the stage unstable var as true\n ansible.builtin.set_fact:\n stage_unstable: true\n unstable_warning: \"Warning! {{ unstable_msg }}\"\n\n- name: Print the stage UNSTABLE message\n ansib...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 508, "all_permissive": false }
ansible_role
shiftstack/shiftstack-qa
a0f74397a8fe3c1de7e4d9eef4bb8f251afa976f
3
collection/tools/roles/tools_upi
97
[ "no_license" ]
[ { "path": "collection/tools/roles/tools_upi/tasks/run_ansible.yml", "content": "---\n- name: Generate script {{ cmd | basename }}.sh for {{ desc }}\n ansible.builtin.copy:\n content: |\n #!/bin/bash\n export ANSIBLE_HOST_KEY_CHECKING=False\n source {{ user_env_file }}\n\n ansible-pla...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 29869, "all_permissive": false }
ansible_role
MystenLabs/sui
6fcd0fe6a7d75f055eb1abef039b42cbd60b1e75
7,185
nre/ansible/roles/sui-node
97
[ "permissive" ]
[ { "path": "nre/ansible/roles/sui-node/tasks/sui.yaml", "content": "---\n- name: Add a sui user\n ansible.builtin.user:\n name: sui\n shell: /bin/bash\n\n- name: Create sui directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"sui\"\n group: \"sui\"\n mode: 0755\n l...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5411, "all_permissive": true }
ansible_role
Crivella/test-beegfs-docker
06e2beb796075dbea64d6e1fbef79760fd9ca19a
2
ansible/roles/beegfs_base
97
[ "no_license" ]
[ { "path": "ansible/roles/beegfs_base/tasks/main.yml", "content": "---\n- name: Add key from BeeGFS\n ansible.builtin.apt_key:\n url: https://www.beegfs.io/release/beegfs_7.2.5/gpg/DEB-GPG-KEY-beegfs\n state: present\n\n- name: Add repository into sources list\n ansible.builtin.apt_repository:\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1513, "all_permissive": false }
ansible_role
Crivella/test-beegfs-docker
06e2beb796075dbea64d6e1fbef79760fd9ca19a
2
ansible/roles/beegfs_client
97
[ "no_license" ]
[ { "path": "ansible/roles/beegfs_client/tasks/main.yml", "content": "---\n# - name: Stop all services\n# become: true\n# service:\n# name: \"{{ item }}\"\n# enabled: no\n# state: stopped\n# with_items:\n# - beegfs-helperd.service\n# - beegfs-client.service\n\n- name: Create director...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 532, "all_permissive": false }
ansible_role
Crivella/test-beegfs-docker
06e2beb796075dbea64d6e1fbef79760fd9ca19a
2
ansible/roles/beegfs_control
97
[ "no_license" ]
[ { "path": "ansible/roles/beegfs_control/tasks/main.yml", "content": "---\n# - name: Clean dirs\n# become: true\n# shell: \"rm -rf /beegfs/{{ item }}/* /beegfs/{{ item }}/.*\"\n# with_items:\n# - mgmtd\n# failed_when: false\n\n- name: Create directories\n become: true\n file:\n path: \"{{ it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 761, "all_permissive": false }
ansible_role
Crivella/test-beegfs-docker
06e2beb796075dbea64d6e1fbef79760fd9ca19a
2
ansible/roles/beegfs_meta
97
[ "no_license" ]
[ { "path": "ansible/roles/beegfs_meta/tasks/main.yml", "content": "- name: Create directories\n become: true\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"root\"\n with_items:\n - /beegfs/meta\n\n- name: Check that meta init is done\n stat:\n path: /beegfs/meta/originalNodeI...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 666, "all_permissive": false }
ansible_role
Crivella/test-beegfs-docker
06e2beb796075dbea64d6e1fbef79760fd9ca19a
2
ansible/roles/beegfs_storage
97
[ "no_license" ]
[ { "path": "ansible/roles/beegfs_storage/tasks/main.yml", "content": "---\n# - name: Clean dirs\n# become: true\n# shell: \"rm -rf /beegfs/{{ item }}/* /beegfs/{{ item }}/.*\"\n# with_items:\n# - meta\n# - storage\n# failed_when: false\n\n- name: Create directories\n become: true\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 861, "all_permissive": false }
ansible_role
penghai/optimize
a5d3cc7c1ce66f5db954377e3424674fc4670b80
0
roles/optimize
97
[ "no_license" ]
[ { "path": "roles/optimize/handlers/main.yml", "content": "---\n# handlers file for optimize\n- name: systemctl daemon-reexec\n shell: systemctl daemon-reexec\n\n- name: restart sshd\n service:\n name: sshd\n state: restarted\n\n- name: source /etc/profile\n shell: source /etc/profile\n\n- name: res...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 8238, "all_permissive": false }
ansible_role
jeor0980/ansible-playbooks
79686a598abe2fe2abbd9d05a59edbfa5264cc3c
0
roles/common
102
[ "no_license" ]
[ { "path": "roles/common/tasks/security.yml", "content": "# install security configuration\n- name: ensure python packages are installed\n apt:\n name: ['python3-pip', 'python3-dev', 'fail2ban']\n update_cache: yes\n become: yes\n\n# enable SSH within firewall\n- name: enable SSH within the firewall\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
jeor0980/ansible-playbooks
79686a598abe2fe2abbd9d05a59edbfa5264cc3c
0
roles/webserver
102
[ "no_license" ]
[ { "path": "roles/webserver/tasks/dependencies.yml", "content": "# Handles application dependencies and virtual environment\n\n- name: ensure Python virtualenv and pip are installed\n apt:\n name: ['python3-venv','python3-pip']\n update_cache: yes\n become: yes\n\n- name: name if virtualenv is create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 578, "all_permissive": false }
ansible_role
jjoc007/pol_vagrant
a0ce374151203e44edc4f9501684b3853f1b8239
0
ansible/roles/common_os_setup
102
[ "no_license" ]
[ { "path": "ansible/roles/common_os_setup/tasks/main.yml", "content": "---\n# file: roles/common_os_setup/tasks/main.yml\n\n- name: adicion de repositorios\n apt_repository: repo='ppa:webupd8team/java' state=present\n\n- name: ensure apt cache is up to date\n apt: update_cache=yes\n\n- name: instalar paque...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 948, "all_permissive": false }
ansible_role
jjoc007/pol_vagrant
a0ce374151203e44edc4f9501684b3853f1b8239
0
ansible/roles/java7
102
[ "no_license" ]
[ { "path": "ansible/roles/java7/tasks/main.yml", "content": "---\n\n- name: ensure apt cache is up to date\n apt: update_cache=yes\n\n- name: Autoaccept license for Java\n shell: echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections\n\n- name: in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": false }
ansible_role
jjoc007/pol_vagrant
a0ce374151203e44edc4f9501684b3853f1b8239
0
ansible/roles/postgres
102
[ "no_license" ]
[ { "path": "ansible/roles/postgres/tasks/main.yml", "content": "---\n# file: roles/common_os_setup/tasks/main.yml\n\n- name: ensure apt cache is up to date\n apt: update_cache=yes\n\n- name: instalar paquetes\n apt: name={{item}} update_cache=yes state=installed\n with_items:\n - postgresql\n - postgres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2272, "all_permissive": false }
ansible_role
double-m/nodejs-paas
4d00cb9adf89c5ae0140e7030fd2eba1841ef629
0
vagrant-ansible/provisioning/roles/basic-setup
102
[ "no_license" ]
[ { "path": "vagrant-ansible/provisioning/roles/basic-setup/tasks/update_sshd.yml", "content": "#Debian related Os\n#\"\"\"Disable DNS lookup to speed up ssh connections.\"\"\"\n---\n\n- name: Remove 'UseDNS yes' in /etc/ssh/sshd_config\n lineinfile: dest=/etc/ssh/sshd_config\n state=absent line...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3782, "all_permissive": false }
ansible_role
double-m/nodejs-paas
4d00cb9adf89c5ae0140e7030fd2eba1841ef629
0
vagrant-ansible/provisioning/roles/nodejs-paas
102
[ "no_license" ]
[ { "path": "vagrant-ansible/provisioning/roles/nodejs-paas/tasks/config_upstart.yml", "content": "- name: add an upstart script\n template: src=upstart_nodejs-app.conf dest=\"/etc/init/{{ node_app_name }}.conf\"\n\n- name: give to git the privileges to use start and stop on nodejs-app\n template: src=sudoe...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 4693, "all_permissive": false }
ansible_role
gmnk616/setup-wslenv
416421d558c9e722a254430595f02ad6517971c6
0
ubuntu2204/roles/common
102
[ "no_license" ]
[ { "path": "ubuntu2204/roles/common/tasks/update-all-packages.yaml", "content": "---\n\n- name: Update all packages.\n apt:\n # name: '*'\n # state: latest\n update_cache: yes\n # `upgrade`を有効にするとVer指定してるdockerのバージョンが変更されるのでコメントアウト\n # upgrade: yes\n # cache_valid_time: 3600\n become: yes...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 705, "all_permissive": false }
ansible_role
gmnk616/setup-wslenv
416421d558c9e722a254430595f02ad6517971c6
0
ubuntu2204/roles/git
102
[ "no_license" ]
[ { "path": "ubuntu2204/roles/git/tasks/ppa_git-core.yaml", "content": "---\n\n# git最新版インストールのため、一旦削除\n- name: Uninstall git.\n ansible.builtin.apt:\n name: git\n state: absent\n become: yes\n\n# git最新版インストールに必要\n- name: add-apt-repository ppa:git-core/ppa.\n ansible.builtin.apt_repository:\n repo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 422, "all_permissive": false }
ansible_role
gmnk616/setup-wslenv
416421d558c9e722a254430595f02ad6517971c6
0
ubuntu2204/roles/github
102
[ "no_license" ]
[ { "path": "ubuntu2204/roles/github/tasks/main.yaml", "content": "---\n\n- ansible.builtin.import_tasks: github-cli-install.yaml\n tags: github-cli-install\n\n- ansible.builtin.import_tasks: bashrc-set.yaml\n tags: bashrc-set\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1189, "all_permissive": false }
ansible_role
gmnk616/setup-wslenv
416421d558c9e722a254430595f02ad6517971c6
0
ubuntu2404/roles/aws
102
[ "no_license" ]
[ { "path": "ubuntu2404/roles/aws/tasks/aws-install.yaml", "content": "---\n\n- name: awscliv2 dl.\n ansible.builtin.shell:\n cmd: |\n curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip \\\n -o /tmp/awscliv2.zip\n # environment:\n # http_proxy: \"{{ proxy_value }}\"\n # h...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 627, "all_permissive": false }
ansible_role
gmnk616/setup-wslenv
416421d558c9e722a254430595f02ad6517971c6
0
ubuntu2404/roles/common
102
[ "no_license" ]
[ { "path": "ubuntu2404/roles/common/templates/apt-get.j2", "content": "Acquire::http { Proxy \"{{ proxy_value }}\"; };\nAcquire::https { Proxy \"{{ proxy_value }}\"; };\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "ubuntu2404/roles/common/tasks/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 991, "all_permissive": false }
ansible_role
gmnk616/setup-wslenv
416421d558c9e722a254430595f02ad6517971c6
0
ubuntu2404/roles/docker
102
[ "no_license" ]
[ { "path": "ubuntu2404/roles/docker/templates/docker-proxy.j2", "content": "[Service]\nEnvironment=\"HTTP_PROXY={{ proxy_value }}\"\nEnvironment=\"HTTPS_PROXY={{ proxy_value }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "ubuntu2404/roles/doc...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4034, "all_permissive": false }
ansible_role
gmnk616/setup-wslenv
416421d558c9e722a254430595f02ad6517971c6
0
ubuntu2404/roles/git
102
[ "no_license" ]
[ { "path": "ubuntu2404/roles/git/tasks/main.yaml", "content": "---\n\n- ansible.builtin.import_tasks: ppa_git-core.yaml\n tags: ppa_git-core\n\n- ansible.builtin.import_tasks: git-config.yaml\n tags: git-config\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }, ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 951, "all_permissive": false }
ansible_role
gmnk616/setup-wslenv
416421d558c9e722a254430595f02ad6517971c6
0
ubuntu2404/roles/github
102
[ "no_license" ]
[ { "path": "ubuntu2404/roles/github/tasks/bashrc-set.yaml", "content": "\n# コマンド補完の設定\n- name: github-cli gh completion set.\n ansible.builtin.blockinfile:\n path: \"{{ ansible_env.HOME }}/.bashrc\"\n insertafter: EOF\n marker: '########## github-cli gh completion set. {mark} ##########'\n block...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": false }
ansible_role
gmnk616/setup-wslenv
416421d558c9e722a254430595f02ad6517971c6
0
ubuntu2404/roles/opentofu
102
[ "no_license" ]
[ { "path": "ubuntu2404/roles/opentofu/tasks/opentofu-install.yaml", "content": "---\n- name: opentofu.zip dl.\n ansible.builtin.shell:\n cmd: |\n curl -L https://github.com/opentofu/opentofu/releases/download/v{{ opentofu_ver }}/tofu_{{ opentofu_ver }}_linux_amd64.zip \\\n -o /tmp/tofu_{{ opent...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 917, "all_permissive": false }
ansible_role
gmnk616/setup-wslenv
416421d558c9e722a254430595f02ad6517971c6
0
ubuntu2404/roles/root
102
[ "no_license" ]
[ { "path": "ubuntu2404/roles/root/tasks/change-root-password.yaml", "content": "---\n\n# パスワードはhash化する必要がある\n- name: change root password.\n ansible.builtin.user:\n name: root\n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\n become: yes\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
gmnk616/setup-wslenv
416421d558c9e722a254430595f02ad6517971c6
0
ubuntu2404/roles/terraform
102
[ "no_license" ]
[ { "path": "ubuntu2404/roles/terraform/tasks/terraform-install.yaml", "content": "---\n# 事前にgit configの設定が必要\n- name: terraform git clone\n ansible.builtin.git:\n repo: https://github.com/tfutils/tfenv.git\n dest: \"{{ ansible_env.HOME }}/.tfenv\"\n\n- name: terraform link terraform\n ansible.builtin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 746, "all_permissive": false }
ansible_role
gmnk616/setup-wslenv
416421d558c9e722a254430595f02ad6517971c6
0
ubuntu2404/roles/user
102
[ "no_license" ]
[ { "path": "ubuntu2404/roles/user/templates/sudoers.j2", "content": "{{ ansible_env.USER }} ALL=(ALL) NOPASSWD: ALL\nDefaults:%{{ ansible_env.USER }} !requiretty\nDefaults:%{{ ansible_env.USER }} env_keep += SSH_AUTH_SOCK\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 341, "all_permissive": false }
ansible_role
nouman72884/Ansible-Training
8bb04b313345a2625cb12039e77eb5d930f5450f
0
roles/apache2
102
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n - name: install apache2\n apt: name={{ item }} state=latest update_cache=yes\n loop: ['apache2','libapache2-mod-wsgi-py3','python3-pip','python-pip','python3-virtualenv','python-mysqldb','python3-mysqldb']\n tags: apache2\n\n - name: ens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1417, "all_permissive": false }
ansible_role
nouman72884/Ansible-Training
8bb04b313345a2625cb12039e77eb5d930f5450f
0
roles/mysql
102
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n - name: install tools\n apt: name={{item}} state=latest update_cache=yes\n loop: ['python-mysqldb,python3-mysqldb']\n tags: install tools\n\n - name: install mysql-server\n apt: name=mysql-server state=present update_cache=yes\n tags...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 765, "all_permissive": false }
ansible_role
sshyun33/devops
68b89082a7c5e1a350fa0ce7ff5b6ecad8ddd596
0
ansible/roles/aws-cli
102
[ "no_license" ]
[ { "path": "ansible/roles/aws-cli/tasks/main.yml", "content": "- name: aws-cli pip module is present\n pip:\n name: awscli\n executable: pip2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
sshyun33/devops
68b89082a7c5e1a350fa0ce7ff5b6ecad8ddd596
0
ansible/roles/commons
102
[ "no_license" ]
[ { "path": "ansible/roles/commons/tasks/main.yml", "content": "- name: common package are present\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - git\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
sshyun33/devops
68b89082a7c5e1a350fa0ce7ff5b6ecad8ddd596
0
ansible/roles/docker
102
[ "no_license" ]
[ { "path": "ansible/roles/docker/defaults/main.yml", "content": "ubuntu_version: xenial\nrelease: main\ndocker_user: vagrant\ndocker_compose_version: 1.10.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "ansible/roles/docker/meta/main.yml", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1048, "all_permissive": false }
ansible_role
sshyun33/devops
68b89082a7c5e1a350fa0ce7ff5b6ecad8ddd596
0
ansible/roles/pip
102
[ "no_license" ]
[ { "path": "ansible/roles/pip/tasks/main.yml", "content": "- name: Pip package is present\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - python-pip\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
Shajal525/ansible_network_vm
7f18a9125053ce1597295a5c084fce2556d8001f
0
roles/basics
102
[ "no_license" ]
[ { "path": "roles/basics/defaults/main.yml", "content": "ssl_local_machine_save_path: \"/mnt/c/Users/Shajal/ssl_cert\"\nssl_cert_dir: \"{{ ssl_cert_dir }}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "roles/basics/tasks/get_ssl.yml", "co...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 663, "all_permissive": false }
ansible_role
Shajal525/ansible_network_vm
7f18a9125053ce1597295a5c084fce2556d8001f
0
roles/cloudflare_tunnel
102
[ "no_license" ]
[ { "path": "roles/cloudflare_tunnel/tasks/main.yml", "content": "---\n# - include_tasks: install_cloudflare.yml\n# follow authenticate_tunnel.txt\n- include_tasks: create_tunnel.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/cloudflare...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4663, "all_permissive": false }
ansible_role
Shajal525/ansible_network_vm
7f18a9125053ce1597295a5c084fce2556d8001f
0
roles/install_docker
102
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/install_docker.yml", "content": "---\n- name: Install docker dependencies\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n update_cache: true\n\n- name: A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1149, "all_permissive": false }
ansible_role
Shajal525/ansible_network_vm
7f18a9125053ce1597295a5c084fce2556d8001f
0
roles/install_headscale
102
[ "no_license" ]
[ { "path": "roles/install_headscale/tasks/create_docker_external_network.yml", "content": "---\n- name: Ensure Docker service is running\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Create Docker external network\n docker_network:\n name: \"{{ external_network_name }}\"\...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2822, "all_permissive": false }
ansible_role
Shajal525/ansible_network_vm
7f18a9125053ce1597295a5c084fce2556d8001f
0
roles/install_pihole
102
[ "no_license" ]
[ { "path": "roles/install_pihole/defaults/main.yml", "content": "ssl_cert_dir: \"{{ ssl_cert_dir }}\"\nip_address: \"{{ vm_ip_address }}\"\npihole_password: \"{{ <PASSWORD> }}\"\npihole_port: 2020\npihole_base_path: \"{{ base_storage_path }}/pihole\"\npihole_config: \"{{ pihole_base_path }}/config\"\npihole_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3065, "all_permissive": false }
ansible_role
Shajal525/ansible_network_vm
7f18a9125053ce1597295a5c084fce2556d8001f
0
roles/install_portainer
102
[ "no_license" ]
[ { "path": "roles/install_portainer/defaults/main.yml", "content": "ssl_cert_dir: \"{{ ssl_cert_dir }}\"\nip_address: \"{{ vm_ip_address }}\"\n\nportainer_base_path: \"{{ base_storage_path }}/portainer\"\nportainer_data: \"{{ portainer_base_path }}/data\"\nportainer_nginx_config: \"{{ portainer_base_path }}/...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3545, "all_permissive": false }
ansible_role
Shajal525/ansible_network_vm
7f18a9125053ce1597295a5c084fce2556d8001f
0
roles/install_wireguard
102
[ "no_license" ]
[ { "path": "roles/install_wireguard/templates/docker-compose.yml.j2", "content": "version: '3.8'\n\nservices:\n wg_easy:\n image: ghcr.io/wg-easy/wg-easy\n container_name: wg_easy\n restart: unless-stopped\n cap_add:\n - NET_ADMIN\n - SYS_MODULE\n sysctls:\n - net.ipv4.ip_forwa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3735, "all_permissive": false }
ansible_role
zlzw/uncss
1bc406d86d89268154e5d80c7a9cb8075d2d0d58
1
ansible/roles/apache
102
[ "no_license" ]
[ { "path": "ansible/roles/apache/templates/static-site.j2", "content": "<VirtualHost *:80>\n DocumentRoot /var/www/uncss\n ServerName {{ host }}\n</VirtualHost>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "ansible/roles/apache/tasks/main.ym...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 467, "all_permissive": false }
ansible_role
zlzw/uncss
1bc406d86d89268154e5d80c7a9cb8075d2d0d58
1
ansible/roles/base
102
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "- name: add user {{ ssh_user }}\n user: name={{ ssh_user }} groups=\"sudo\" shell=\"/bin/bash\"\n sudo: yes\n when: ssh_user is defined\n\n- name: add authorized key {{ ssh_pub_key }} for user {{ ssh_user }}\n authorized_key: user={{ ssh_user }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 702, "all_permissive": false }
ansible_role
zlzw/uncss
1bc406d86d89268154e5d80c7a9cb8075d2d0d58
1
ansible/roles/deploy
102
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "- name: deploying uncss python module\n copy: src=../../../../uncss dest=/uncss/ owner=root group=root mode=0755\n sudo: yes\n\n- name: deploying web\n copy: src=../../../../web dest=/uncss/ owner=root group=root mode=0755\n sudo: yes\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
zlzw/uncss
1bc406d86d89268154e5d80c7a9cb8075d2d0d58
1
ansible/roles/uncss
102
[ "no_license" ]
[ { "path": "ansible/roles/uncss/tasks/main.yml", "content": "- name: apply api settings\n template: src=api-settings.j2 dest=/uncss/uncss/api/config/settings.yml group=root mode=644\n sudo: yes\n notify:\n - restart uncss-api\n\n- name: install uncss base packages\n apt: name={{item}}\n with_items:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1629, "all_permissive": false }
ansible_role
zlzw/uncss
1bc406d86d89268154e5d80c7a9cb8075d2d0d58
1
ansible/roles/vagrant
102
[ "no_license" ]
[ { "path": "ansible/roles/vagrant/tasks/main.yml", "content": "- name: fetch files from vagrant\n file: src=/vagrant dest=/uncss owner=root group=root state=link mode=0755\n sudo: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
elmansey/DevOps-Project
225a7e638021b24a79f2502c9588b88ee4c833dd
0
Ansible/roles/jenkins
102
[ "no_license" ]
[ { "path": "Ansible/roles/jenkins/vars/main.yaml", "content": "jenkinsKeyLink: https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key\njenkinsKeyPath: /usr/share/keyrings/jenkins-keyring.asc\njenkinsList: /etc/apt/sources.list.d/jenkins.list", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 861, "all_permissive": false }
ansible_role
elmansey/DevOps-Project
225a7e638021b24a79f2502c9588b88ee4c833dd
0
Ansible/roles/sonerqube
102
[ "no_license" ]
[ { "path": "Ansible/roles/sonerqube/tasks/main.yaml", "content": "- name: update apt \n apt:\n update_cache: yes\n\n- name: install java 11\n apt:\n name: openjdk-11-jre-headless,unzip\n state: present\n\n- name: Install PostgreSQL\n apt:\n name: postgresql,postgresql-contrib,acl,libpq-dev,pyt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2571, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/asdf
102
[ "no_license" ]
[ { "path": "roles/asdf/templates/asdf.sh", "content": "#!/bin/sh\n\nif [[ -e ${HOME}/.asdf ]]; then\n source \"${HOME}/.asdf/asdf.sh\"\n source \"${HOME}/.asdf/completions/asdf.bash\"\nfi", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "roles/asdf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 389, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/chrome_driver
102
[ "no_license" ]
[ { "path": "roles/chrome_driver/meta/main.yml", "content": "---\ndependencies:\n - { role: google_chrome }", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/chrome_driver/tasks/main.yml", "content": "- name: Download driver version\n get_u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1300, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/clickhouse
102
[ "no_license" ]
[ { "path": "roles/clickhouse/tasks/main.yml", "content": "- name: Repo\n deb822_repository:\n name: clickhouse\n types: [deb]\n uris: \"https://packages.clickhouse.com/deb\"\n signed_by: \"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x8919f6bd2b48d754\"\n architectures: [amd64]\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 346, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/docker
102
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Deps\n apt:\n name: [\"ca-certificates\", \"curl\", \"gnupg\"]\n\n- name: Repo\n deb822_repository:\n name: \"docker\"\n types: [deb]\n uris: \"https://download.docker.com/linux/ubuntu\"\n signed_by: \"https://download.docker.com/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 717, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/doublecmd
102
[ "no_license" ]
[ { "path": "roles/doublecmd/tasks/main.yml", "content": "- name: Deps\n apt:\n name: [\"gvfs\", \"gvfs-backends\", \"gvfs-fuse\"]\n \n- name: Repo\n deb822_repository:\n name: \"doublecmd\"\n types: [deb]\n uris: \"https://download.opensuse.org/repositories/home:/Alexx2000/xUbuntu_{{ubuntu_ver...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 603, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/flathub
102
[ "no_license" ]
[ { "path": "roles/flathub/tasks/main.yml", "content": "- name: flathub\n community.general.flatpak_remote:\n name: flathub\n flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/git
102
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "- name: ask email\n pause:\n prompt: \"GIT email\"\n register: git_ask_email\n changed_when: false\n\n- name: ask name\n pause:\n prompt: \"GIT name\"\n register: git_ask_name\n changed_when: false\n\n- name: Install\n apt: name=git\n\n- name: C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 721, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/google_chrome
102
[ "no_license" ]
[ { "path": "roles/google_chrome/tasks/main.yml", "content": "- name: Repo\n deb822_repository:\n name: \"google-chrome\"\n types: [deb]\n uris: \"https://dl.google.com/linux/chrome/deb/\"\n signed_by: \"https://dl.google.com/linux/linux_signing_key.pub\"\n architectures: [amd64]\n suites: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/grub
102
[ "no_license" ]
[ { "path": "roles/grub/tasks/main.yml", "content": "# https://askubuntu.com/questions/148095/how-do-i-set-the-grub-timeout-and-the-grub-default-boot-entry\n- name: Decrease timeout\n lineinfile: \n path: /etc/default/grub\n regexp: \"^GRUB_TIMEOUT=\"\n line: \"GRUB_TIMEOUT=1\"\n register: change_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/i386
102
[ "no_license" ]
[ { "path": "roles/i386/tasks/main.yml", "content": "# https://github.com/jdauphant/ansible-role-packaging/blob/master/tasks/Debian.yml\n\n- name: Check if i386 is enabled\n shell: dpkg --print-foreign-architectures | grep i386\n register: result_i386_check\n changed_when: result_i386_check.rc == 1\n fail...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/keepassxc
102
[ "no_license" ]
[ { "path": "roles/keepassxc/tasks/main.yml", "content": "- name: install\n community.general.flatpak:\n name: org.keepassxc.KeePassXC\n\n-\n include_role: name=\"shared/autostart\"\n vars:\n src: /var/lib/flatpak/exports/share/applications/org.keepassxc.KeePassXC.desktop\n name: keepassxc.desktop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/keyboard_shortcuts
102
[ "no_license" ]
[ { "path": "roles/keyboard_shortcuts/tasks/main.yml", "content": "- name: Reset\n replace:\n path: \"~{{user}}/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml\"\n regexp: '{{item.regexp}}'\n replace: '\\1{{item.replace}}'\n backup: yes\n with_items:\n - item:\n reg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 974, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/mono
102
[ "no_license" ]
[ { "path": "roles/mono/tasks/main.yml", "content": "- name: Repo\n deb822_repository:\n name: mono\n types: [deb]\n uris: \"https://download.mono-project.com/repo/ubuntu\"\n signed_by: \"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF\"\n archi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/nginx
102
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Repo\n deb822_repository:\n name: mono\n types: [deb]\n uris: \"http://nginx.org/packages/ubuntu/\"\n signed_by: \"https://nginx.org/keys/nginx_signing.key\"\n architectures: [amd64]\n suites: [\"{{codename}}\"]\n components: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/ntp
102
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "- name: Install\n apt: name=ntp\n\n- name: Set timezone\n community.general.timezone:\n name: Europe/Moscow\n\n- name: Setup servers\n replace: \n path: \"/etc/ntp.conf\"\n backup: true\n replace: 'pool \\1.ru.pool.ntp.org \\2'\n regexp: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 514, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/opera
102
[ "no_license" ]
[ { "path": "roles/opera/tasks/main.yml", "content": "- name: Repo\n deb822_repository:\n name: opera\n types: [deb]\n uris: \"https://deb.opera.com/opera-stable/\"\n signed_by: \"https://deb.opera.com/archive.key\"\n architectures: [amd64]\n suites: [stable]\n components: [non-free]\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/postgres
102
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "- name: Repo\n deb822_repository:\n name: postgresql\n types: [deb]\n uris: \"https://apt.postgresql.org/pub/repos/apt\"\n signed_by: \"https://www.postgresql.org/media/keys/ACCC4CF8.asc\"\n architectures: [amd64]\n suites: [\"{{coden...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 366, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/python
102
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "- name: Install packages\n apt: \n pkg: ['python3-dev', 'python3-pip']\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 73, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/redis
102
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Install\n apt: name=redis-server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 41, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/skype
102
[ "no_license" ]
[ { "path": "roles/skype/tasks/main.yml", "content": "- name: Install\n apt:\n deb: https://repo.skype.com/latest/skypeforlinux-64.deb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/sublime_text
102
[ "no_license" ]
[ { "path": "roles/sublime_text/templates/User/Default (Linux).sublime-keymap", "content": "[\n { \"keys\": [\"ctrl+q\"], \"command\": \"toggle_comment\", \"args\": { \"block\": false } },\n { \"keys\": [\"ctrl+shift+q\"], \"command\": \"toggle_comment\", \"args\": { \"block\": true } },\n { \"keys\": [\"c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1457, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/telegram
102
[ "no_license" ]
[ { "path": "roles/telegram/tasks/main.yml", "content": "- name: install\n community.general.flatpak:\n name: org.telegram.desktop\n\n-\n include_role: name=\"shared/autostart\"\n vars:\n src: /var/lib/flatpak/exports/share/applications/org.telegram.desktop.desktop\n name: telegram.desktop\n\n-\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 435, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/tor_browser
102
[ "no_license" ]
[ { "path": "roles/tor_browser/tasks/main.yml", "content": "- name: Repo\n deb822_repository:\n name: tor\n types: [deb]\n uris: \"https://deb.torproject.org/torproject.org\"\n signed_by: \"https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc\"\n architectures...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 556, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/transmission
102
[ "no_license" ]
[ { "path": "roles/transmission/tasks/main.yml", "content": "- name: Install\n apt: name=transmission\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 41, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/virtualbox
102
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "# https://www.virtualbox.org/wiki/Linux_Downloads\n# https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/\n\n- name: Deps\n apt: \n name: ['gcc', 'make', \"linux-headers-{{kernel_version}}\", 'dkms']\n state: latest\n\n- name: Keys\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 690, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/wine
102
[ "no_license" ]
[ { "path": "roles/wine/tasks/main.yml", "content": "# https://github.com/jdauphant/ansible-role-packaging/blob/master/tasks/Debian.yml\n# https://wiki.winehq.org/Ubuntu\n\n- name: Uninstall\n apt:\n pkg: \"winetricks\"\n purge: yes\n force: yes\n state: absent\n\n- name: Deps\n apt:\n pkg: [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1552, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/xfce_panel
102
[ "no_license" ]
[ { "path": "roles/xfce_panel/tasks/main.yml", "content": "# https://forum.xfce.org/viewtopic.php?pid=45732#p45732\n- name: Gen panel id\n shell: xfconf-query -c xfce4-panel -p /panels | tail -1\n changed_when: False\n become: true\n become_user: \"{{user}}\"\n register: get_panel_id\n\n- debug: msg=\"Pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 792, "all_permissive": false }
ansible_role
xronos-i-am/ansible-workstation
08c9d578bac4446acb8d93ab3c503b54f81889fb
0
roles/zoom
102
[ "no_license" ]
[ { "path": "roles/zoom/tasks/main.yml", "content": "- name: Key\n get_url:\n url: https://zoom.us/linux/download/pubkey\n dest: /etc/apt/keyrings/zoom.asc\n\n- name: Install\n apt: \n deb: https://zoom.us/client/latest/zoom_amd64.deb\n \n# - name: Add quick launch icon\n# include_role: name=\"s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 321, "all_permissive": false }
ansible_role
meyskens/ansible-example
3bfd80e0d2c70014ecc726b6497df5bbbf12aa01
0
roles/apache
102
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "- include: site_configs.yml\n\n- name: install apache\n become: yes\n apt:\n name: apache2\n state: latest\n\n- name: Reload apache2\n service:\n name: apache2\n state: reloaded\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 466, "all_permissive": false }
ansible_role
meyskens/ansible-example
3bfd80e0d2c70014ecc726b6497df5bbbf12aa01
0
roles/common
102
[ "no_license" ]
[ { "path": "roles/common/tasks/ssh_authorized_keys.yml", "content": "# For each user defined in {{users}}, make sure the user is added and add their public keys.\n# If the user was just added, expire their password immediately.\n- name: Add user {{item.user}}\n user: \n name: \"{{item.user}}\"\n passw...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1032, "all_permissive": false }
ansible_role
piolotorrecampo/midterm_exam
b568892401a7bd9a3a58c70060c22cdf3f0e01f6
0
roles/centos
102
[ "no_license" ]
[ { "path": "roles/centos/tasks/main.yml", "content": "- name: Installing firewalld\n yum: \n name: firewalld\n\n- name: Starting and enabling firewalld\n systemd:\n name: firewalld\n enabled: true\n\n- name: Permiting SSH\n firewalld:\n service: ssh\n permanent: true\n state: enabled\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 748, "all_permissive": false }
ansible_role
piolotorrecampo/midterm_exam
b568892401a7bd9a3a58c70060c22cdf3f0e01f6
0
roles/ubuntu
102
[ "no_license" ]
[ { "path": "roles/ubuntu/tasks/main.yml", "content": "- name: Stopping iptables service\n systemd: \n name: iptables\n masked: true\n\n- name: Uninstalling ufw\n apt: \n name: ufw\n state: absent\n\n- name: Installing firewalld\n apt: \n name: firewalld\n\n- name: Checking firewalld service...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 979, "all_permissive": false }
ansible_role
halchiyo/ansible_serverspec_case01
ea7a8244858102c10951b4869dca380c689bb4ee
0
playbook/roles/common
102
[ "no_license" ]
[ { "path": "playbook/roles/common/tasks/main.yml", "content": "---\n# sample playbook\n- name: Install the Extra Packages for Enterprise Linux (EPEL)\n yum: name={{ item }} state=installed\n with_items: epel-release\n when: ansible_os_family == 'RedHat'", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
ericxiett/ansible-rocky
97e15aea8a74cde42c860a85fb781891ab3fd426
0
roles/cinder_controller
102
[ "no_license" ]
[ { "path": "roles/cinder_controller/tasks/main.yml", "content": "---\n\n- name: Create cinder database\n mysql_db:\n name: cinder\n state: present\n\n- name: Create cinder user for mysql\n mysql_user:\n name: cinder\n password: '{{ <PASSWORD> }}'\n priv: \"cinder.*:ALL,GRANT\"\n\n- name: Cre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3506, "all_permissive": false }
ansible_role
ericxiett/ansible-rocky
97e15aea8a74cde42c860a85fb781891ab3fd426
0
roles/cinder_storage
102
[ "no_license" ]
[ { "path": "roles/cinder_storage/tasks/main.yml", "content": "---\n\n- name: Install supporting utility packages\n apt:\n name: '{{ name }}'\n state: latest\n with_items:\n - lvm2\n - thin-provisioning-tools\n\n- name: Create cinder-volumes vg\n lvg:\n vg: cinder-volumes\n pvs: /dev/vdb\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2293, "all_permissive": false }
ansible_role
ericxiett/ansible-rocky
97e15aea8a74cde42c860a85fb781891ab3fd426
0
roles/discover_compute
102
[ "no_license" ]
[ { "path": "roles/discover_compute/tasks/main.yml", "content": "---\n\n- name: Discover compute hosts\n command: su -s /bin/sh -c \"nova-manage cell_v2 discover_hosts --verbose\" nova\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
ericxiett/ansible-rocky
97e15aea8a74cde42c860a85fb781891ab3fd426
0
roles/etcd
102
[ "no_license" ]
[ { "path": "roles/etcd/templates/etcd.j2", "content": "ETCD_NAME=\"controller\"\nETCD_DATA_DIR=\"/var/lib/etcd\"\nETCD_INITIAL_CLUSTER_STATE=\"new\"\nETCD_INITIAL_CLUSTER_TOKEN=\"<PASSWORD>\"\nETCD_INITIAL_CLUSTER=\"controller=http://{{ ansible_host }}:2380\"\nETCD_INITIAL_ADVERTISE_PEER_URLS=\"http://{{ ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 685, "all_permissive": false }
ansible_role
ericxiett/ansible-rocky
97e15aea8a74cde42c860a85fb781891ab3fd426
0
roles/glance
102
[ "no_license" ]
[ { "path": "roles/glance/tasks/main.yml", "content": "---\n\n- name: Create glance database\n mysql_db:\n name: glance\n state: present\n\n- name: Create glance user for mysql\n mysql_user:\n name: glance\n password: '{{ <PASSWORD>_<PASSWORD> }}'\n priv: \"glance.*:ALL,GRANT\"\n\n- name: Cre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3888, "all_permissive": false }
ansible_role
ericxiett/ansible-rocky
97e15aea8a74cde42c860a85fb781891ab3fd426
0
roles/horizon
102
[ "no_license" ]
[ { "path": "roles/horizon/templates/local_setting.py.j2", "content": "OPENSTACK_HOST = \"controller\"\nOPENSTACK_KEYSTONE_URL = \"http://%s:5000/v3\" % OPENSTACK_HOST\nOPENSTACK_KEYSTONE_DEFAULT_ROLE = \"user\"\n\nALLOWED_HOSTS = ['*']\n\nSESSION_ENGINE = 'django.contrib.sessions.backends.cache'\n\nCACHES = ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1174, "all_permissive": false }
ansible_role
ericxiett/ansible-rocky
97e15aea8a74cde42c860a85fb781891ab3fd426
0
roles/keystone
102
[ "no_license" ]
[ { "path": "roles/keystone/tasks/clouds.yml", "content": "clouds:\n rocky-own:\n auth:\n username: admin\n password: <PASSWORD>\n project_name: admin\n auth_url: http://controller:5000/v3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 }, {...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4295, "all_permissive": false }
ansible_role
ericxiett/ansible-rocky
97e15aea8a74cde42c860a85fb781891ab3fd426
0
roles/memcache
102
[ "no_license" ]
[ { "path": "roles/memcache/tasks/main.yml", "content": "---\n\n- name: Install memcached packages\n apt:\n name: '{{ item }}'\n state: latest\n with_items:\n - memcached\n - python-memcached\n\n- name: Configure memcached service to use management IP\n lineinfile:\n path: /etc/sysconfig/mem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
ericxiett/ansible-rocky
97e15aea8a74cde42c860a85fb781891ab3fd426
0
roles/neutron_compute
102
[ "no_license" ]
[ { "path": "roles/neutron_compute/tasks/main.yml", "content": "---\n\n- name: Install packages\n apt:\n name: neutron-linuxbridge-agent\n state: latest\n\n- name: Config neutron.conf\n ini_file:\n path: /etc/neutron/neutron.conf\n section: '{{ item.section }}'\n option: '{{ item.option }}'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3479, "all_permissive": false }
ansible_role
ericxiett/ansible-rocky
97e15aea8a74cde42c860a85fb781891ab3fd426
0
roles/neutron_controller
102
[ "no_license" ]
[ { "path": "roles/neutron_controller/tasks/main.yml", "content": "---\n\n- name: Create the neutron database\n mysql_db:\n name: neutron\n state: present\n\n- name: Create neutron user for mysql\n mysql_user:\n name: neutron\n password: '{{ <PASSWORD> }}'\n priv: \"neutron.*:ALL,GRANT\"\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7690, "all_permissive": false }
ansible_role
ericxiett/ansible-rocky
97e15aea8a74cde42c860a85fb781891ab3fd426
0
roles/nova_compute
102
[ "no_license" ]
[ { "path": "roles/nova_compute/tasks/main.yml", "content": "---\n\n- name: Install nova-compute package\n apt:\n name: nova-compute\n state: latest\n\n- name: Config nova.conf\n ini_file:\n path: /etc/nova/nova.conf\n section: '{{ item.section }}'\n option: '{{ item.option }}'\n value: '{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2704, "all_permissive": false }
ansible_role
ericxiett/ansible-rocky
97e15aea8a74cde42c860a85fb781891ab3fd426
0
roles/nova_controller
102
[ "no_license" ]
[ { "path": "roles/nova_controller/tasks/main.yml", "content": "---\n\n- name: Create databases\n mysql_db:\n name: '{{ item }}'\n state: present\n with_items:\n - nova_api\n - nova\n - nova_cell0\n - placement\n\n- name: Create nova user for mysql\n mysql_user:\n name: nova\n passw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5221, "all_permissive": false }
ansible_role
ericxiett/ansible-rocky
97e15aea8a74cde42c860a85fb781891ab3fd426
0
roles/prepare
102
[ "no_license" ]
[ { "path": "roles/prepare/tasks/main.yml", "content": "---\n\n- name: Add dns records in /etc/hosts\n blockinfile:\n path: /etc/hosts\n block: |\n {{ item.ip }} {{ item.name }}\n marker: \"# {mark} ANSIBLE MANAGED BLOCK {{ item.name }}\"\n with_items:\n - { name: controller, ip: 172.23.6...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1126, "all_permissive": false }
ansible_role
ericxiett/ansible-rocky
97e15aea8a74cde42c860a85fb781891ab3fd426
0
roles/rabbitmq
102
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "---\n\n- name: Install rabbitmq-server\n apt:\n name: rabbitmq-server\n state: latest\n update_cache: yes\n\n- name: Start rabbitmq-server service\n service:\n name: rabbitmq-server\n state: started\n enabled: yes\n\n- name: Add the ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
ericxiett/ansible-rocky
97e15aea8a74cde42c860a85fb781891ab3fd426
0
roles/sqldb
102
[ "no_license" ]
[ { "path": "roles/sqldb/tasks/main.yml", "content": "---\n\n- name: Install sql packages\n apt:\n name: '{{ item }}'\n state: latest\n update_cache: yes\n with_items:\n - mariadb-server\n - python-pymysql\n\n- name: Create openstack db conf\n template:\n src: 99-openstack.cnf.j2\n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1121, "all_permissive": false }