{"id":20111496,"url":"https://github.com/openstack/ansible-role-systemd_mount","last_synced_at":"2025-05-06T11:30:44.483Z","repository":{"id":66174583,"uuid":"125905388","full_name":"openstack/ansible-role-systemd_mount","owner":"openstack","description":"Ansible role to manage systemd mount points. Mirror of code maintained at opendev.org.","archived":false,"fork":false,"pushed_at":"2024-06-06T11:17:09.000Z","size":137,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-06-06T12:42:18.207Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://opendev.org/openstack/ansible-role-systemd_mount","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openstack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-19T18:50:32.000Z","updated_at":"2024-06-06T11:17:13.000Z","dependencies_parsed_at":"2023-12-07T12:40:15.036Z","dependency_job_id":"975ad0bc-ada3-4cba-aa0a-964147d6013d","html_url":"https://github.com/openstack/ansible-role-systemd_mount","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fansible-role-systemd_mount","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fansible-role-systemd_mount/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fansible-role-systemd_mount/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fansible-role-systemd_mount/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openstack","download_url":"https://codeload.github.com/openstack/ansible-role-systemd_mount/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224499851,"owners_count":17321605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T18:16:19.850Z","updated_at":"2024-11-13T18:16:20.542Z","avatar_url":"https://github.com/openstack.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#### Ansible systemd_mount\n\nThis Ansible role configures systemd mount files.\n\nThis role requires the ``ansible-config_template`` collection to be available\non your local system.\n\nTo get collection you can use use the ``ansible-galaxy`` command on the\n``requirements.yml`` file.. You need to install collection **before**\nrunning this role.\n\n``` bash\n# ansible-galaxy install -r requirements.yml\n```\n\nRelease notes for the project can be found at:\n  https://docs.openstack.org/releasenotes/ansible-role-systemd_mount\n\n----\n\n###### Example playbook\n\n\u003e See the \"defaults.yml\" file for a full list of all available options.\n\n``` yaml\n- name: Create a systemd mount file for Mount1 and 2\n  hosts: localhost\n  become: true\n  roles:\n    - role: \"systemd_mount\"\n      systemd_mounts:\n        - what: '/var/lib/machines.raw'\n          where: '/var/lib/machines'\n          type: 'btrfs'\n          options: 'loop'\n          unit:\n            ConditionPathExists:\n              - '/var/lib/machines.raw'\n          state: 'started'\n          enabled: true\n        - config_overrides: {}\n          what: \"10.1.10.1:/srv/nfs\"\n          where: \"/var/lib/glance/images\"\n          type: \"nfs\"\n          options: \"_netdev,auto\"\n          unit:\n            After:\n              - network.target\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fansible-role-systemd_mount","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenstack%2Fansible-role-systemd_mount","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fansible-role-systemd_mount/lists"}