Skip to content

Commit

Permalink
Remove old user definitions
Browse files Browse the repository at this point in the history
Signed-off-by: Xavi Hernandez <[email protected]>
  • Loading branch information
xhernandez committed Jan 16, 2024
1 parent 8784318 commit 4529fce
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions playbooks/ansible/cluster-cephfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ ctdb_network_public_interface_subnet_mask: "24"
ctdb_network_public_interface_name: "eth2"

samba_netbios_name: "SIT-CEPHFS-TEST"
samba_users:
- { username: 'test1', password: 'x', uid: '2001' }
- { username: 'test2', password: 'x', uid: '2002' }

samba_shares:
- { cluster_volume: "samba", share_name: "share" }
3 changes: 0 additions & 3 deletions playbooks/ansible/cluster-glusterfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ ctdb_cluster_volume: "ctdb"
ctdb_cluster_replica_count: "{{ config.groups['cluster']|length }}"

samba_netbios_name: "SIT-GLUSTERFS-TEST"
samba_users:
- { username: 'test1', password: 'x', uid: '2001' }
- { username: 'test2', password: 'x', uid: '2002' }

samba_shares:
- { cluster_volume: "vol-replicate", share_name: "replicate" }
Expand Down
3 changes: 0 additions & 3 deletions playbooks/ansible/cluster-xfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ ctdb_network_public_interface_subnet_mask: "24"
ctdb_network_public_interface_name: "eth2"

samba_netbios_name: "SIT-XFS-TEST"
samba_users:
- { username: 'test1', password: 'x', uid: '2001' }
- { username: 'test2', password: 'x', uid: '2002' }

samba_shares:
- { cluster_volume: "samba", share_name: "share", device: "/dev/vdb" }

0 comments on commit 4529fce

Please sign in to comment.