mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Added new user generation script and optimized mail config
This commit is contained in:
		| @@ -9,7 +9,7 @@ | ||||
|  | ||||
| - name: Create admin account via tootctl | ||||
|   command:  | ||||
|     cmd: 'docker compose exec -u root web bash -c "RAILS_ENV=production bin/tootctl accounts create {{users.administrator.username}} --email {{users.administrator.email}} --confirmed --role Owner"' | ||||
|     cmd: 'docker compose exec -u root web bash -c "RAILS_ENV=production bin/tootctl accounts create {{users.administrator.username}} --email {{ users.administrator.email }} --confirmed --role Owner"' | ||||
|     chdir: "{{docker_compose.directories.instance}}" | ||||
|   register: tootctl_create | ||||
|   changed_when: tootctl_create.rc == 0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user