mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Added License
This commit is contained in:
		@@ -1,8 +1,9 @@
 | 
			
		||||
# Server-Playbook
 | 
			
		||||
[](https://www.gnu.org/licenses/agpl-3.0)
 | 
			
		||||
## Description
 | 
			
		||||
Ansible script to manage servers.
 | 
			
		||||
 | 
			
		||||
## roles
 | 
			
		||||
## Roles
 | 
			
		||||
The system use the following role namings:
 | 
			
		||||
 | 
			
		||||
| role prefix | meaning|
 | 
			
		||||
@@ -24,5 +25,5 @@ ansible-playbook -i ~/your-inventories/inventorie/hosts site.yml
 | 
			
		||||
docker stop $(docker ps -aq); docker rm $(docker ps -aq); docker volume rm $(docker volume ls -q);
 | 
			
		||||
``
 | 
			
		||||
 | 
			
		||||
## see
 | 
			
		||||
## See
 | 
			
		||||
- https://wiki.archlinux.org/index.php/Ansible
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user