Add a example howto to use the role for installation with X session.
Cause by default the tasksel* packages are removed, so it can also remove desktop environment.
This commit is contained in:
		
							parent
							
								
									f3c78bacc4
								
							
						
					
					
						commit
						69c11e4717
					
				| 
						 | 
					@ -3,6 +3,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Enhancements
 | 
					### Enhancements
 | 
				
			||||||
* Add Stretch-Security repository.
 | 
					* Add Stretch-Security repository.
 | 
				
			||||||
 | 
					* Update README.md with example.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## v1.0.2
 | 
					## v1.0.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										11
									
								
								README.md
								
								
								
								
							
							
						
						
									
										11
									
								
								README.md
								
								
								
								
							| 
						 | 
					@ -47,6 +47,15 @@ Manage APT repos, preferences and configuration for IPR's servers.
 | 
				
			||||||
    - role: ipr-cnrs.apt
 | 
					    - role: ipr-cnrs.apt
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* For a system with an X session, you may let the old packages unmanaged :
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					``` yml
 | 
				
			||||||
 | 
					- hosts: serverXYZ
 | 
				
			||||||
 | 
					  roles:
 | 
				
			||||||
 | 
					    - role: ipr-cnrs.apt
 | 
				
			||||||
 | 
					      apt_old_pkg_manage: false
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Configuration
 | 
					## Configuration
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### APT Configuration
 | 
					### APT Configuration
 | 
				
			||||||
| 
						 | 
					@ -59,7 +68,7 @@ Manage APT repos, preferences and configuration for IPR's servers.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Sources List
 | 
					### Sources List
 | 
				
			||||||
Manage Debian's sources.list :
 | 
					Manage Debian's sources.list :
 | 
				
			||||||
* Add Stretch repositories (official, security and backports).
 | 
					* Add Stretch repositories (main, security and backports).
 | 
				
			||||||
* Remove the default `/etc/apt/sources.list` file.
 | 
					* Remove the default `/etc/apt/sources.list` file.
 | 
				
			||||||
* Update Apt if any repositories modifications.
 | 
					* Update Apt if any repositories modifications.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in New Issue