Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
123456789 |
- # hosts in the 'sovereign' group use vars defined in 'group_vars/sovereign'
- # all hosts use vars defined in 'host_vars/HOST'
- # define common settings in the sovereign group_vars,
- # server-specific ones in the host_vars
- # create custom groups here to control which roles are
- # installed on which host within site.yml.
-
- [sovereign]
- host.example.net
|